mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
3 lines
90 B
SQL
3 lines
90 B
SQL
ALTER TABLE `creature_template_addon`
|
|
DROP KEY `entry`,
|
|
ADD PRIMARY KEY(`entry`);
|