mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
4 lines
119 B
SQL
4 lines
119 B
SQL
ALTER TABLE `npc_trainer`
|
|
DROP PRIMARY KEY,
|
|
DROP `rowid`,
|
|
ADD UNIQUE KEY `entry_spell` (`entry`,`spell`);
|