rathena/sql-files/upgrade_svn15818_log.sql
eathenabot ea46e779c0 * Merged changes up to eAthena 15084.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15818 54d463be-8e91-2dee-dedb-b68131a5f0ec
2012-03-31 22:30:30 +00:00

4 lines
150 B
SQL

-- Adds 'I' to `type` in `picklog` and `zenylog`
ALTER TABLE `zenylog` MODIFY `type` ENUM('M','T','V','S','N','A','E','B','I') NOT NULL DEFAULT 'S';