mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 18:11:29 +00:00
wip for db_migrations for core schema
This commit is contained in:
3
sql/pgsql/migrations/45.sql
Normal file
3
sql/pgsql/migrations/45.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user