summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.2.2-1.2.3-mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 16:09:05 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 16:09:05 +0100
commite2a8a097bd2ffa7fbad4382d482e1c17844f7908 (patch)
treea2cd397a0fbc5686a596ad8e519cb920c4d0cae7 /schema/upgrade-1.2.2-1.2.3-mysql.sql
parent4803eed2b93bbaf1a1b42c14bd5d2b53d5a9f2ae (diff)
bump schema version
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.sql2
1 files changed, 2 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
index 90e32f507..114fa0832 100644
--- a/schema/upgrade-1.2.2-1.2.3-mysql.sql
+++ b/schema/upgrade-1.2.2-1.2.3-mysql.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;
+