rathena/sql-files/upgrade_svn15420_log.sql
2012-01-11 20:56:08 +00:00

4 lines
178 B
SQL

-- Adds 'I' and 'X' to `type` in `picklog` table
ALTER TABLE `picklog` MODIFY `type` ENUM('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X') NOT NULL DEFAULT 'P';