rssguard/resources/misc/db_update_mysql_3_4.sql

3 lines
164 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);
-- !
UPDATE Information SET inf_value = '4' WHERE inf_key = 'schema_version';