summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.2.2-1.2.3-mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/upgrade-1.2.2-1.2.3-mysql.sql')
-rw-r--r--schema/upgrade-1.2.2-1.2.3-mysql.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/upgrade-1.2.2-1.2.3-mysql.sql b/schema/upgrade-1.2.2-1.2.3-mysql.sql
new file mode 100644
index 000000000..25213d9c9
--- /dev/null
+++ b/schema/upgrade-1.2.2-1.2.3-mysql.sql
@@ -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');
+