mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:05:56 +00:00
add missing schema updates for v. 37
This commit is contained in:
4
schema/versions/mysql/37.sql
Normal file
4
schema/versions/mysql/37.sql
Normal 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;
|
||||
4
schema/versions/pgsql/37.sql
Normal file
4
schema/versions/pgsql/37.sql
Normal 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;
|
||||
Reference in New Issue
Block a user