Fix schema level.
This commit is contained in:
parent
7f8d7bbb4f
commit
693d098e90
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS Information (
|
||||||
inf_value TEXT NOT NULL
|
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);
|
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||||
-- !
|
-- !
|
||||||
|
|
|
@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS Information (
|
||||||
inf_value TEXT NOT NULL
|
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);
|
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||||
-- !
|
-- !
|
||||||
|
|
Loading…
Add table
Reference in a new issue