From 3cbec0a83b20c88ceb7c68fea532b79260c583a8 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Sat, 10 Aug 2019 12:05:02 +0100 Subject: Implementation of new guild ui client features --- sql-files/upgrades/2019-08-08--19-43.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-files') 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); -- cgit v1.2.3-70-g09d2