mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
4 lines
No EOL
232 B
SQL
4 lines
No EOL
232 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_10160_01_characters_character_aura required_10160_02_characters_pet_aura bit;
|
|
|
|
alter table `pet_aura` drop primary key;
|
|
alter table `pet_aura` add primary key (`guid`,`spell`); |