1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 18:11:28 +00:00

content preview in headlines list, option SHOW_CONTENT_PREVIEW

This commit is contained in:
Andrew Dolgov
2005-11-27 16:17:49 +01:00
parent 1572afe508
commit 591c396df4
4 changed files with 22 additions and 24 deletions

View File

@@ -198,6 +198,7 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('ENABLE_FEED_CATS', 1, 'false', 'Enable feed categories',2);
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('SHOW_CONTENT_PREVIEW', 1, 'true', 'Show content preview in headlines list',2);
create table ttrss_user_prefs (
owner_uid integer not null,