summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/23.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-01 04:13:09 +0100
committerAndrew Dolgov <[email protected]>2007-10-01 04:13:09 +0100
commitdc85be2b3535237ffb9234a8add4db99a7c90820 (patch)
treea034c7ee24b183e42dd08c3a31d2cec67302a911 /schema/versions/mysql/23.sql
parent1e5199952845c0cff858063e262f4fdf7ff7c8f1 (diff)
digest: add option to mark sent articles as read
Diffstat (limited to 'schema/versions/mysql/23.sql')
-rw-r--r--schema/versions/mysql/23.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/versions/mysql/23.sql b/schema/versions/mysql/23.sql
new file mode 100644
index 000000000..fe54e757d
--- /dev/null
+++ b/schema/versions/mysql/23.sql
@@ -0,0 +1,3 @@
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('DIGEST_CATCHUP', 1, 'false', 'Mark articles in e-mail digest as read',1);
+
+update ttrss_version set schema_version = 23;