root/trunk/sql/updates/0.6/2598_playercreateinfo.sql
@
2
Revision 2, 183 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | ALTER TABLE `playercreateinfo` |
2 | DROP KEY `playercreateinfo_index`, |
3 | DROP PRIMARY KEY , |
4 | DROP `createId` , |
5 | ADD PRIMARY KEY `playercreateinfo_race_class_index` (`race`,`class`) ; |
6 |
Note: See TracBrowser
for help on using the browser.