mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
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`);
|