Fix schema level.

This commit is contained in:
Martin Rotter 2015-12-01 14:13:23 +01:00
parent 7f8d7bbb4f
commit 693d098e90
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS Information (
inf_value TEXT NOT NULL
);
-- !
INSERT INTO Information VALUES (1, 'schema_version', '3');
INSERT INTO Information VALUES (1, 'schema_version', '4');
-- !
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
-- !

View File

@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS Information (
inf_value TEXT NOT NULL
);
-- !
INSERT INTO Information VALUES (1, 'schema_version', '3');
INSERT INTO Information VALUES (1, 'schema_version', '4');
-- !
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
-- !