summaryrefslogtreecommitdiff
path: root/schema/upgrade-1.1-1.1.1-mysql.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/upgrade-1.1-1.1.1-mysql.sql')
-rw-r--r--schema/upgrade-1.1-1.1.1-mysql.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/schema/upgrade-1.1-1.1.1-mysql.sql b/schema/upgrade-1.1-1.1.1-mysql.sql
index 685582b89..c7f96fa1b 100644
--- a/schema/upgrade-1.1-1.1.1-mysql.sql
+++ b/schema/upgrade-1.1-1.1.1-mysql.sql
@@ -7,4 +7,6 @@ update ttrss_entries set num_comments = 0;
alter table ttrss_entries change num_comments num_comments integer not null;
alter table ttrss_entries alter column num_comments set default 0;
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('COMBINED_DISPLAY_MODE', 1, 'false', 'Combined feed display, no headline/article separation',2);
+
commit;