add missing schema updates for v. 37

This commit is contained in:
Andrew Dolgov 2008-05-17 05:52:19 +01:00
parent d00f22ac59
commit 1ba2b87873
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('VFEED_GROUP_BY_FEED', 1, 'false', 'Group headlines in virtual feeds',2,
'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
update ttrss_version set schema_version = 37;

View File

@ -0,0 +1,4 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('VFEED_GROUP_BY_FEED', 1, 'false', 'Group headlines in virtual feeds',2,
'When this option is enabled, headlines in Special feeds and Labels are grouped by feeds');
update ttrss_version set schema_version = 37;