summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.2.2-1.2.3-mysql.sql
blob: 114fa0832076f9dea143dd8bbd4077327d37b0e3 (plain)
1
2
3
4
5
insert 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,
'This option enables sending daily digest of new (and unread) headlines on your configured e-mail address');

update ttrss_version set schema_version = 10;