diff options
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'; |