server/sql/updates/0.5/1349_gameobject_template.sql

3 lines
87 B
SQL

ALTER TABLE `gameobject_template`
DROP KEY `id` ,
ADD PRIMARY KEY (`entry`) ;