add missing schema files for v. 45
This commit is contained in:
parent
a969b30bb1
commit
889ec95a96
|
@ -0,0 +1,3 @@
|
|||
update ttrss_prefs set help_text = 'This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.' where pref_name = 'CDM_AUTO_CATCHUP';
|
||||
|
||||
update ttrss_version set schema_version = 45;
|
|
@ -0,0 +1,3 @@
|
|||
update ttrss_prefs set help_text = 'This option enables marking articles as read automatically in combined mode (except for Fresh articles feed) while you scroll article list.' where pref_name = 'CDM_AUTO_CATCHUP';
|
||||
|
||||
update ttrss_version set schema_version = 45;
|
Loading…
Reference in New Issue