summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/14.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-06 07:22:31 +0100
committerAndrew Dolgov <[email protected]>2007-03-06 07:22:31 +0100
commit72ae6d7a8456905e9bf7b077494f4e8d40a8cae8 (patch)
treeb09aa64ea5504f43468264f8127cf380af1cfbe5 /schema/versions/mysql/14.sql
parentfb416877618429272c5b2703473a6463a2653976 (diff)
new pref: CDM_AUTO_CATCHUP, bump schema
Diffstat (limited to 'schema/versions/mysql/14.sql')
-rw-r--r--schema/versions/mysql/14.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/schema/versions/mysql/14.sql b/schema/versions/mysql/14.sql
new file mode 100644
index 000000000..10002286a
--- /dev/null
+++ b/schema/versions/mysql/14.sql
@@ -0,0 +1,4 @@
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('CDM_AUTO_CATCHUP', 1, 'false', 'Mark articles as read automatically',1,
+'This option enables marking articles as read automatically in combined mode while you scroll article list');
+
+update ttrss_version set schema_version = 14;