mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
6 lines
183 B
SQL
6 lines
183 B
SQL
ALTER TABLE `playercreateinfo`
|
|
DROP KEY `playercreateinfo_index`,
|
|
DROP PRIMARY KEY ,
|
|
DROP `createId` ,
|
|
ADD PRIMARY KEY `playercreateinfo_race_class_index` (`race`,`class`) ;
|
|
|