mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 12:22:47 +01:00
Added initial schema 4 updates - fix.
This commit is contained in:
parent
c9953e10d0
commit
165fb68eff
@ -14,7 +14,7 @@ CREATE TABLE IF NOT EXISTS Information (
|
||||
-- !
|
||||
INSERT INTO Information VALUES (1, 'schema_version', '3');
|
||||
-- !
|
||||
INSERT INTO Information VALUES (1, 'standard_account_enabled', 1);
|
||||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||
-- !
|
||||
DROP TABLE IF EXISTS Categories;
|
||||
-- !
|
||||
|
@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS Information (
|
||||
-- !
|
||||
INSERT INTO Information VALUES (1, 'schema_version', '3');
|
||||
-- !
|
||||
INSERT INTO Information VALUES (1, 'standard_account_enabled', 1);
|
||||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
||||
-- !
|
||||
DROP TABLE IF EXISTS Categories;
|
||||
-- !
|
||||
|
@ -1 +1 @@
|
||||
INSERT INTO Information VALUES (1, 'standard_account_enabled', 1);
|
||||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
@ -1 +1 @@
|
||||
INSERT INTO Information VALUES (1, 'standard_account_enabled', 1);
|
||||
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
Loading…
Reference in New Issue
Block a user