summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.2.2-1.2.3-pgsql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/upgrade-1.2.2-1.2.3-pgsql.sql')
-rw-r--r--schema/upgrade-1.2.2-1.2.3-pgsql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/upgrade-1.2.2-1.2.3-pgsql.sql b/schema/upgrade-1.2.2-1.2.3-pgsql.sql
index 90e32f507..114fa0832 100644
--- a/schema/upgrade-1.2.2-1.2.3-pgsql.sql
+++ b/schema/upgrade-1.2.2-1.2.3-pgsql.sql
@@ -1,3 +1,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;
+