rssguard/resources/misc/db_update_sqlite_3_4.sql

5 lines
203 B
MySQL
Raw Normal View History

2015-11-29 14:35:10 +01:00
INSERT INTO Information (inf_key, inf_value) VALUES ('standard_account_enabled', 1);
-- !
DROP TABLE IF EXISTS FeedsData;
-- !
2015-11-29 14:35:10 +01:00
UPDATE Information SET inf_value = '4' WHERE inf_key = 'schema_version';