From 9a61ce6d2037813a20ed1e0bcbed4a530d90514a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 21 Aug 2006 07:12:09 +0100 Subject: add upgrade schema files for 1.2.3, new option: DIGEST_ENABLE --- schema/upgrade-1.2.2-1.2.3-pgsql.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 schema/upgrade-1.2.2-1.2.3-pgsql.sql (limited to 'schema/upgrade-1.2.2-1.2.3-pgsql.sql') diff --git a/schema/upgrade-1.2.2-1.2.3-pgsql.sql b/schema/upgrade-1.2.2-1.2.3-pgsql.sql new file mode 100644 index 000000000..25213d9c9 --- /dev/null +++ b/schema/upgrade-1.2.2-1.2.3-pgsql.sql @@ -0,0 +1,3 @@ +insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_ENABLE', 1, 'false', 'Enable email digest',1, +'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address'); + -- cgit v1.2.3