diff options
author | ShinDarth <borzifrancesco@gmail.com> | 2016-10-29 11:40:00 +0200 |
---|---|---|
committer | ShinDarth <borzifrancesco@gmail.com> | 2016-10-29 11:43:50 +0200 |
commit | 8667c3b607e5572e202ac12c62805c5e738436e8 (patch) | |
tree | 983b02c27049b1f14b2d8e16239fabec81744b4c /data | |
parent | cd9add3ddc99e3c765789edcc1739a12647eae68 (diff) |
Import pending SQLs
Diffstat (limited to 'data')
-rw-r--r-- | data/sql/updates/db_world/2016_10_29_00.sql (renamed from data/sql/updates/pending_db_world/rev_1477683243N.sql) | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1477683243N.sql b/data/sql/updates/db_world/2016_10_29_00.sql index 5d5c18cb72..5d0f25c547 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; |