summaryrefslogtreecommitdiffstats
path: root/src/main/webapp/WEB-INF/sql/upgrade016_017_mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/WEB-INF/sql/upgrade016_017_mysql.sql')
-rw-r--r--src/main/webapp/WEB-INF/sql/upgrade016_017_mysql.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/webapp/WEB-INF/sql/upgrade016_017_mysql.sql b/src/main/webapp/WEB-INF/sql/upgrade016_017_mysql.sql
index bb4454ea03..43b2a92dca 100644
--- a/src/main/webapp/WEB-INF/sql/upgrade016_017_mysql.sql
+++ b/src/main/webapp/WEB-INF/sql/upgrade016_017_mysql.sql
@@ -1,8 +1,9 @@
-- Upgrade: schema_version 16 to 17 (MySQL)
--
-ALTER TABLE system_config DROP xsrf_private_key;
ALTER TABLE system_config DROP max_session_age;
+
+ALTER TABLE system_config DROP xsrf_private_key;
ALTER TABLE system_config CHANGE COLUMN account_private_key register_email_private_key VARCHAR(36) NOT NULL;
ALTER TABLE changes ADD change_key VARCHAR(60);