Update upgrade_20230913.sql (#7935)

Resolve Issue: SQL 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 2
This commit is contained in:
mazvi 2023-09-19 13:42:05 +07:00 committed by GitHub
parent fffad65480
commit dd2c582179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
;