diff options
author | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-31 22:30:30 +0000 |
---|---|---|
committer | eathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-03-31 22:30:30 +0000 |
commit | 5278174e72f1fe0b35dbe28e3295ee34f76bc821 (patch) | |
tree | f0037bed78ce11812b61e3b0dc16b814147371bb /sql-files/upgrade_svn15818_log.sql | |
parent | e32bcfd3af4b93b46d09cbe1080197b790a126bf (diff) | |
download | hercules-5278174e72f1fe0b35dbe28e3295ee34f76bc821.tar.gz hercules-5278174e72f1fe0b35dbe28e3295ee34f76bc821.tar.bz2 hercules-5278174e72f1fe0b35dbe28e3295ee34f76bc821.tar.xz hercules-5278174e72f1fe0b35dbe28e3295ee34f76bc821.zip |
* Merged changes up to eAthena 15084.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15818 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/upgrade_svn15818_log.sql')
-rw-r--r-- | sql-files/upgrade_svn15818_log.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn15818_log.sql b/sql-files/upgrade_svn15818_log.sql new file mode 100644 index 000000000..2402ef6ca --- /dev/null +++ b/sql-files/upgrade_svn15818_log.sql @@ -0,0 +1,3 @@ +-- 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'; |