
Upgrade files ending in "_log" should be applied to the log database. Upgrade files with no suffix are applied to the ragnarok database. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17102 54d463be-8e91-2dee-dedb-b68131a5f0ec
3 lines
158 B
SQL
3 lines
158 B
SQL
ALTER TABLE `item_db_re` MODIFY COLUMN `atk:matk` VARCHAR(11) DEFAULT '';
|
|
ALTER TABLE `item_db_re` MODIFY COLUMN `defence` SMALLINT(5) UNSIGNED DEFAULT NULL;
|