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