[9348] Move mangos 0.14/0.15 sql updates in archive subdirs.

This commit is contained in:
VladimirMangos 2010-02-10 11:08:13 +03:00
parent 003deed894
commit ddeea6017f
205 changed files with 1 additions and 407 deletions

View file

@ -1,5 +0,0 @@
ALTER TABLE character_db_version CHANGE COLUMN required_8339_02_characters_character_battleground_data required_8397_03_characters_character_spell bit;
UPDATE IGNORE character_spell SET spell=7386 WHERE spell IN (7405,8380,11596,11597,25225,47467);
UPDATE character_spell SET active=1 WHERE spell=7386;
DELETE FROM character_spell WHERE spell IN (7405,8380,11596,11597,25225,47467);