diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-08-10 12:05:02 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-09-22 20:00:36 +0200 |
commit | 3cbec0a83b20c88ceb7c68fea532b79260c583a8 (patch) | |
tree | 2811ec6f8206468a5905c1c46615136566e701b9 /sql-files | |
parent | f7da0d838ee8a60cf449bbe4add04262958a839a (diff) | |
download | hercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.tar.gz hercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.tar.bz2 hercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.tar.xz hercules-3cbec0a83b20c88ceb7c68fea532b79260c583a8.zip |
Implementation of new guild ui client features
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrades/2019-08-08--19-43.sql | 2 |
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); |