Update schema value.
This commit is contained in:
parent
165fb68eff
commit
e0c9b95d7e
2 changed files with 6 additions and 2 deletions
|
@ -1 +1,3 @@
|
|||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||
-- !
|
||||
UPDATE Information SET inf_value = '4' WHERE inf_key = 'schema_version';
|
|
@ -1 +1,3 @@
|
|||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||
-- !
|
||||
UPDATE Information SET inf_value = '4' WHERE inf_key = 'schema_version';
|
Loading…
Add table
Reference in a new issue