mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
new pref: CDM_AUTO_CATCHUP, bump schema
This commit is contained in:
4
schema/versions/mysql/14.sql
Normal file
4
schema/versions/mysql/14.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('CDM_AUTO_CATCHUP', 1, 'false', 'Mark articles as read automatically',1,
|
||||
'This option enables marking articles as read automatically in combined mode while you scroll article list');
|
||||
|
||||
update ttrss_version set schema_version = 14;
|
||||
4
schema/versions/pgsql/14.sql
Normal file
4
schema/versions/pgsql/14.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('CDM_AUTO_CATCHUP', 1, 'false', 'Mark articles as read automatically',1,
|
||||
'This option enables marking articles as read automatically in combined mode while you scroll article list');
|
||||
|
||||
update ttrss_version set schema_version = 14;
|
||||
Reference in New Issue
Block a user