Update schema value.

This commit is contained in:
Martin Rotter 2015-11-29 14:35:10 +01:00
parent 165fb68eff
commit e0c9b95d7e
2 changed files with 6 additions and 2 deletions

View File

@ -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';

View File

@ -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';