mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 12:41:29 +00:00
4 lines
257 B
SQL
4 lines
257 B
SQL
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');
|
|
|