
- Added account_id index to char table. Thanks to Buuyo for reporting it. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7146 54d463be-8e91-2dee-dedb-b68131a5f0ec
2 lines
48 B
SQL
2 lines
48 B
SQL
ALTER TABLE `char` ADD INDEX ( `account_id` );
|