]> git.wh0rd.org - tt-rss.git/commitdiff
add missing schema files for v. 45
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 13 Nov 2008 05:59:59 +0000 (06:59 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 13 Nov 2008 05:59:59 +0000 (06:59 +0100)
schema/versions/mysql/45.sql [new file with mode: 0644]
schema/versions/pgsql/45.sql [new file with mode: 0644]

diff --git a/schema/versions/mysql/45.sql b/schema/versions/mysql/45.sql
new file mode 100644 (file)
index 0000000..c4b91cf
--- /dev/null
@@ -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 (file)
index 0000000..c4b91cf
--- /dev/null
@@ -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;