mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 12:22:47 +01:00
3 lines
164 B
SQL
3 lines
164 B
SQL
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
|
|
-- !
|
|
UPDATE Information SET inf_value = '4' WHERE inf_key = 'schema_version'; |