server/sql/updates/0.5/2191_npc_trainer.sql

4 lines
119 B
SQL

ALTER TABLE `npc_trainer`
DROP PRIMARY KEY,
DROP `rowid`,
ADD UNIQUE KEY `entry_spell` (`entry`,`spell`);