summaryrefslogtreecommitdiff
path: root/sql-files/upgrades
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrades')
-rw-r--r--sql-files/upgrades/upgrade_svn16914.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrades/upgrade_svn16914.sql b/sql-files/upgrades/upgrade_svn16914.sql
new file mode 100644
index 000000000..2352077ac
--- /dev/null
+++ b/sql-files/upgrades/upgrade_svn16914.sql
@@ -0,0 +1 @@
+ALTER TABLE `zenylog` MODIFY `type` ENUM('T','V','P','M','S','N','D','C','A','E','I','B') NOT NULL DEFAULT 'S';