diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-10 20:32:39 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-10 20:32:39 +0000 |
commit | 5a747f9affbcf862a64e531e4bcf6b4b42d3a5cd (patch) | |
tree | e8ac1f34492e4cfa4e8645d0f3785c90e2b53eca /sql-files | |
parent | 785760a3513d4841469fc738de3d1b740296555a (diff) | |
download | hercules-5a747f9affbcf862a64e531e4bcf6b4b42d3a5cd.tar.gz hercules-5a747f9affbcf862a64e531e4bcf6b4b42d3a5cd.tar.bz2 hercules-5a747f9affbcf862a64e531e4bcf6b4b42d3a5cd.tar.xz hercules-5a747f9affbcf862a64e531e4bcf6b4b42d3a5cd.zip |
- Follow up to r15084.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15841 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrade_svn15818_log.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrade_svn15818_log.sql b/sql-files/upgrade_svn15818_log.sql index 2402ef6ca..b61f71f53 100644 --- a/sql-files/upgrade_svn15818_log.sql +++ b/sql-files/upgrade_svn15818_log.sql @@ -1,3 +1,3 @@ --- Adds 'I' to `type` in `picklog` and `zenylog` +-- Adds 'I' to `type` in `zenylog` ALTER TABLE `zenylog` MODIFY `type` ENUM('M','T','V','S','N','A','E','B','I') NOT NULL DEFAULT 'S'; |