mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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`);
|