root/trunk/sql/updates/0.6/2598_playercreateinfo.sql @ 2

Revision 2, 183 bytes (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1ALTER 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.