mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
* order guards not affected in sql updates so this not affect sql guards work. * TO DEVS: in next sql update commit please check carefully generated by git_is -s sql guards for correctness
3 lines
175 B
SQL
3 lines
175 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_9702_01_characters_item required_9751_01_characters bit;
|
|
|
|
ALTER TABLE `character_spell` ADD KEY `Idx_spell` (`spell`);
|