summaryrefslogtreecommitdiff
path: root/schema/versions
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-29 15:08:12 +0400
committerAndrew Dolgov <[email protected]>2012-03-29 15:08:12 +0400
commitaf0845ca9ab59faa71e7fd913f779b27e0c98645 (patch)
treec62f9fd443cede9ab7bc86d55c66e3d8a7f9aa35 /schema/versions
parent442456184c23b8da36d6f9e0ac098d4a57c17659 (diff)
change ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema
Diffstat (limited to 'schema/versions')
-rw-r--r--schema/versions/mysql/91.sql7
-rw-r--r--schema/versions/pgsql/91.sql7
2 files changed, 14 insertions, 0 deletions
diff --git a/schema/versions/mysql/91.sql b/schema/versions/mysql/91.sql
new file mode 100644
index 000000000..791d43063
--- /dev/null
+++ b/schema/versions/mysql/91.sql
@@ -0,0 +1,7 @@
+begin;
+
+update ttrss_prefs set help_text = 'Automatically open next feed with unread articles after marking one as read' where pref_name = 'ON_CATCHUP_SHOW_NEXT_FEED';
+
+update ttrss_version set schema_version = 91;
+
+commit;
diff --git a/schema/versions/pgsql/91.sql b/schema/versions/pgsql/91.sql
new file mode 100644
index 000000000..791d43063
--- /dev/null
+++ b/schema/versions/pgsql/91.sql
@@ -0,0 +1,7 @@
+begin;
+
+update ttrss_prefs set help_text = 'Automatically open next feed with unread articles after marking one as read' where pref_name = 'ON_CATCHUP_SHOW_NEXT_FEED';
+
+update ttrss_version set schema_version = 91;
+
+commit;