mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 22:37:04 +00:00
[10260] Move pre-0.16 release sql updates to subdir
This commit is contained in:
parent
4d5729e68c
commit
129973569d
74 changed files with 1 additions and 145 deletions
|
|
@ -1,8 +0,0 @@
|
|||
ALTER TABLE character_db_version CHANGE COLUMN required_9849_01_characters_saved_variables required_9974_01_characters_group bit;
|
||||
|
||||
ALTER TABLE groups
|
||||
CHANGE COLUMN isRaid groupType tinyint(1) unsigned NOT NULL;
|
||||
|
||||
/* now fixed bug in past can save raids as 1 (BG group) */
|
||||
UPDATE groups
|
||||
SET groupType = 2 WHERE groupType = 1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue