server/sql/updates/10160_02_characters_pet_aura.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`);