From: Andrew Dolgov Date: Thu, 13 Nov 2008 05:59:59 +0000 (+0100) Subject: add missing schema files for v. 45 X-Git-Tag: 1.2.29~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=889ec95a964c1d8ceeceb24399746707fee3c407;p=tt-rss.git add missing schema files for v. 45 --- diff --git a/schema/versions/mysql/45.sql b/schema/versions/mysql/45.sql new file mode 100644 index 00000000..c4b91cf4 --- /dev/null +++ b/schema/versions/mysql/45.sql @@ -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; diff --git a/schema/versions/pgsql/45.sql b/schema/versions/pgsql/45.sql new file mode 100644 index 00000000..c4b91cf4 --- /dev/null +++ b/schema/versions/pgsql/45.sql @@ -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;