summaryrefslogtreecommitdiff
path: root/schema/versions
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-03-06 09:51:32 +0300
committerAndrew Dolgov <[email protected]>2011-03-06 09:55:40 +0300
commit2f42315a13e37c772502e64dec7d3e2acfd968ab (patch)
tree8030d346e7888bb2da80e684d41b7ffe24dd49f1 /schema/versions
parent21426d3aae2dc339984d4630b1b746ed6b30b190 (diff)
change description of CDM_AUTO_CATCHUP (bump schema)
Diffstat (limited to 'schema/versions')
-rw-r--r--schema/versions/mysql/80.sql9
-rw-r--r--schema/versions/pgsql/80.sql9
2 files changed, 18 insertions, 0 deletions
diff --git a/schema/versions/mysql/80.sql b/schema/versions/mysql/80.sql
new file mode 100644
index 000000000..df2295c42
--- /dev/null
+++ b/schema/versions/mysql/80.sql
@@ -0,0 +1,9 @@
+begin;
+
+update ttrss_prefs set section_id = 3,
+ short_desc = 'Automatically mark articles as read',
+ help_text = 'Mark articles as read automatically while you scroll article list.' where pref_name = 'CDM_AUTO_CATCHUP';
+
+update ttrss_version set schema_version = 80;
+
+commit;
diff --git a/schema/versions/pgsql/80.sql b/schema/versions/pgsql/80.sql
new file mode 100644
index 000000000..df2295c42
--- /dev/null
+++ b/schema/versions/pgsql/80.sql
@@ -0,0 +1,9 @@
+begin;
+
+update ttrss_prefs set section_id = 3,
+ short_desc = 'Automatically mark articles as read',
+ help_text = 'Mark articles as read automatically while you scroll article list.' where pref_name = 'CDM_AUTO_CATCHUP';
+
+update ttrss_version set schema_version = 80;
+
+commit;