add missing schema files

This commit is contained in:
Andrew Dolgov 2009-02-10 11:51:31 +03:00
parent 5de926d8cc
commit a206a56c6d
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1);
update ttrss_version set schema_version = 54;
commit;

View File

@ -0,0 +1,7 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_OFFLINE_READING', 1, 'false', 'Enable offline reading',1);
update ttrss_version set schema_version = 54;
commit;