agriget/schema/versions/mysql/45.sql

4 lines
262 B
MySQL
Raw Normal View History

2019-03-22 22:17:29 +08:00
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;