upgrade_20250223.sql 659 B

12345678910111213141516
  1. ALTER TABLE `mob_db`
  2. ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
  3. ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
  4. ;
  5. ALTER TABLE `mob_db2`
  6. ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
  7. ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
  8. ;
  9. ALTER TABLE `mob_db_re`
  10. ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
  11. ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
  12. ;
  13. ALTER TABLE `mob_db2_re`
  14. ADD COLUMN `racegroup_lasagna` tinyint(1) unsigned DEFAULT NULL,
  15. ADD COLUMN `racegroup_glast_heim_abyss` tinyint(1) unsigned DEFAULT NULL
  16. ;