mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
combined article display mode (option COMBINED_DISPLAY_MODE), remove xml feed output
This commit is contained in:
@@ -7,4 +7,6 @@ update ttrss_entries set num_comments = 0;
|
||||
alter table ttrss_entries alter column num_comments set 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;
|
||||
|
||||
Reference in New Issue
Block a user