]> git.wh0rd.org - tt-rss.git/blob - schema/upgrade-1.2.2-1.2.3-pgsql.sql
add upgrade schema files for 1.2.3, new option: DIGEST_ENABLE
[tt-rss.git] / schema / upgrade-1.2.2-1.2.3-pgsql.sql
1 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,
2 'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
3