rathena/sql-files/upgrade_svn7146.sql
skotlex e4fb5dbbf7 - Updated mob_db.sql and item_db.sql to latest.
- 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
2006-06-13 23:49:53 +00:00

2 lines
48 B
SQL

ALTER TABLE `char` ADD INDEX ( `account_id` );