]> git.wh0rd.org - tt-rss.git/blame - schema/upgrade-1.2.2-1.2.3-mysql.sql
change email to e-mail in description of DIGEST_ENABLE pref option
[tt-rss.git] / schema / upgrade-1.2.2-1.2.3-mysql.sql
CommitLineData
481c9804 1insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('DIGEST_ENABLE', 1, 'false', 'Enable e-mail digest',1,
9a61ce6d
AD
2'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');
3