diff --git a/data/sql/updates/pending_db_world/rev_1477683243N.sql b/data/sql/updates/db_world/2016_10_29_00.sql similarity index 59% rename from data/sql/updates/pending_db_world/rev_1477683243N.sql rename to data/sql/updates/db_world/2016_10_29_00.sql index 5d5c18cb7..5d0f25c54 100644 --- a/data/sql/updates/pending_db_world/rev_1477683243N.sql +++ b/data/sql/updates/db_world/2016_10_29_00.sql @@ -1,5 +1,15 @@ +-- DB update 2016_10_23_00 -> 2016_10_29_00 +START TRANSACTION; +ALTER TABLE version_db_world CHANGE COLUMN 2016_10_23_00 2016_10_29_00 bit; +-- +-- START UPDATING QUERIES +-- INSERT INTO version_db_world(`sql_rev`) VALUES ('1477683243N'); DELETE FROM `command` WHERE `name` = 'reload battleground_template'; INSERT INTO `command` (`name`, `security`, `help`) VALUES ('reload battleground_template', 3, 'Syntax: .reload battleground_template\r\nReload Battleground Templates.'); +-- +-- END UPDATING QUERIES +-- +COMMIT;