summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.1.5-1.1.7-mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-17 14:12:11 +0100
committerAndrew Dolgov <[email protected]>2006-05-17 14:12:11 +0100
commite52d6bc4bea996f257d0b50a4cdc56a9d48c67b8 (patch)
tree6857304728b44ad47f4b611d605b420f71a02333 /schema/upgrade-1.1.5-1.1.7-mysql.sql
parent1da76274eb8f6c47a28c7205e5f6a64746819f4c (diff)
new option: ON_CATCHUP_SHOW_NEXT_FEED, fix several schema issues
Diffstat (limited to 'schema/upgrade-1.1.5-1.1.7-mysql.sql')
-rw-r--r--schema/upgrade-1.1.5-1.1.7-mysql.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/schema/upgrade-1.1.5-1.1.7-mysql.sql b/schema/upgrade-1.1.5-1.1.7-mysql.sql
index 53d7cc7f5..aa74eb343 100644
--- a/schema/upgrade-1.1.5-1.1.7-mysql.sql
+++ b/schema/upgrade-1.1.5-1.1.7-mysql.sql
@@ -1,4 +1,7 @@
insert into ttrss_themes (theme_name, theme_path) values ('Old-skool', 'compat');
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('ON_CATCHUP_SHOW_NEXT_FEED', 1, 'false', 'On catchup show next feed',2,
+ 'When "Mark as read" button is clicked in toolbar, automatically open next feed with unread articles.');
+
update ttrss_version set schema_version = 8;