Fix schema level.
This commit is contained in:
parent
7f8d7bbb4f
commit
693d098e90
@ -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);
|
||||
-- !
|
||||
|
@ -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);
|
||||
-- !
|
||||
|
Loading…
x
Reference in New Issue
Block a user