rathena/sql-files/upgrade_svn6533.sql
skotlex 26a517cd08 - Fix on pc_skill which fixes overlapping when one gets more than one bonus for the same skill.
- Updated main.sql's loginlog table structure.
- Added svn_update6533.sql to update the loginlog structure as suggested by theultramage.


git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@6533 54d463be-8e91-2dee-dedb-b68131a5f0ec
2006-05-09 19:28:58 +00:00

3 lines
111 B
SQL

ALTER TABLE `loginlog` CHANGE `ip` `ip` CHAR( 15 ) NOT NULL
ALTER TABLE `loginlog` ADD INDEX ( `ip` ( 15 ) )