From 889ec95a964c1d8ceeceb24399746707fee3c407 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 13 Nov 2008 06:59:59 +0100 Subject: add missing schema files for v. 45 --- schema/versions/mysql/45.sql | 3 +++ schema/versions/pgsql/45.sql | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 schema/versions/mysql/45.sql create mode 100644 schema/versions/pgsql/45.sql diff --git a/schema/versions/mysql/45.sql b/schema/versions/mysql/45.sql new file mode 100644 index 000000000..c4b91cf48 --- /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 000000000..c4b91cf48 --- /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; -- cgit v1.2.3