From 72ae6d7a8456905e9bf7b077494f4e8d40a8cae8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Mar 2007 07:22:31 +0100 Subject: new pref: CDM_AUTO_CATCHUP, bump schema --- schema/versions/mysql/14.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 schema/versions/mysql/14.sql (limited to 'schema/versions/mysql') 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; -- cgit v1.2.3