mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +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_9692_02_characters_mail required_9702_01_characters_item bit;
|
||||
|
||||
|
||||
ALTER TABLE `item_instance`
|
||||
ADD COLUMN `text` longtext AFTER `data`;
|
||||
|
||||
-- indexes in any case broken and lost after 3.3.3 switch.
|
||||
DROP TABLE IF EXISTS `item_text`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue