From e0c9b95d7eae4cc39cde161b4c28e504b73557e1 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sun, 29 Nov 2015 14:35:10 +0100 Subject: [PATCH] Update schema value. --- resources/misc/db_update_mysql_3_4.sql | 4 +++- resources/misc/db_update_sqlite_3_4.sql | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/misc/db_update_mysql_3_4.sql b/resources/misc/db_update_mysql_3_4.sql index 02b7e6fa6..57a4a30bc 100644 --- a/resources/misc/db_update_mysql_3_4.sql +++ b/resources/misc/db_update_mysql_3_4.sql @@ -1 +1,3 @@ -INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1); \ No newline at end of file +INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1); +-- ! +UPDATE Information SET inf_value = '4' WHERE inf_key = 'schema_version'; \ No newline at end of file diff --git a/resources/misc/db_update_sqlite_3_4.sql b/resources/misc/db_update_sqlite_3_4.sql index 02b7e6fa6..57a4a30bc 100644 --- a/resources/misc/db_update_sqlite_3_4.sql +++ b/resources/misc/db_update_sqlite_3_4.sql @@ -1 +1,3 @@ -INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1); \ No newline at end of file +INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1); +-- ! +UPDATE Information SET inf_value = '4' WHERE inf_key = 'schema_version'; \ No newline at end of file