add missing schema updates for v. 37

master
Andrew Dolgov 17 years ago
parent d00f22ac59
commit 1ba2b87873

@ -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;

@ -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;
Loading…
Cancel
Save