1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 01:41:28 +00:00

add upgrade schema files for 1.2.3, new option: DIGEST_ENABLE

This commit is contained in:
Andrew Dolgov
2006-08-21 07:12:09 +01:00
parent 8fb018809f
commit 9a61ce6d20
5 changed files with 15 additions and 0 deletions

View File

@@ -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');