summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2019-08-08--19-43.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrades/2019-08-08--19-43.sql')
-rw-r--r--sql-files/upgrades/2019-08-08--19-43.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2019-08-08--19-43.sql b/sql-files/upgrades/2019-08-08--19-43.sql
index 8105cb967..35faf4ace 100644
--- a/sql-files/upgrades/2019-08-08--19-43.sql
+++ b/sql-files/upgrades/2019-08-08--19-43.sql
@@ -91,5 +91,5 @@ UPDATE `guild_castle` SET `castle_id` = 32 WHERE castle_name = 'nguild_alde';
UPDATE `guild_castle` SET `castle_id` = 33 WHERE castle_name = 'nguild_gef';
UPDATE `guild_castle` SET `castle_id` = 34 WHERE castle_name = 'nguild_pay';
ALTER TABLE `guild_castle` ADD PRIMARY KEY (`castle_id`);
-ALTER TABLE "guild_castle" DROP COLUMN "castle_name";
+ALTER TABLE `guild_castle` DROP COLUMN `castle_name`;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1565293394);