diff --git a/sql-files/upgrades/upgrade_20230913.sql b/sql-files/upgrades/upgrade_20230913.sql index 49e71dce1e..ba3802688f 100644 --- a/sql-files/upgrades/upgrade_20230913.sql +++ b/sql-files/upgrades/upgrade_20230913.sql @@ -1,12 +1,12 @@ ALTER TABLE `mob_db` - ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL ; ALTER TABLE `mob_db2` - ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL ; ALTER TABLE `mob_db_re` - ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL ; ALTER TABLE `mob_db2_re` - ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL, + ADD COLUMN `racegroup_illusion_turtle` tinyint(1) unsigned DEFAULT NULL ;