From 724d74449823765060650e035fbb8672e22c800b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Mar 2007 07:24:25 +0100 Subject: update schema --- schema/versions/mysql/14.sql | 2 +- schema/versions/pgsql/14.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'schema/versions') diff --git a/schema/versions/mysql/14.sql b/schema/versions/mysql/14.sql index 10002286a..029e7f3e7 100644 --- a/schema/versions/mysql/14.sql +++ b/schema/versions/mysql/14.sql @@ -1,4 +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, +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',2, 'This option enables marking articles as read automatically in combined mode while you scroll article list'); update ttrss_version set schema_version = 14; diff --git a/schema/versions/pgsql/14.sql b/schema/versions/pgsql/14.sql index 10002286a..029e7f3e7 100644 --- a/schema/versions/pgsql/14.sql +++ b/schema/versions/pgsql/14.sql @@ -1,4 +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, +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',2, '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