summaryrefslogtreecommitdiff
path: root/schema/ttrss_schema_mysql.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-27 16:17:49 +0100
committerAndrew Dolgov <[email protected]>2005-11-27 16:17:49 +0100
commit591c396df4e9d7799a552a94a7c69ede58fecb6e (patch)
treef71bb20663e890f183fb4cf03cd1d5ed9322284c /schema/ttrss_schema_mysql.sql
parent1572afe508162a4e475669e3bb651ee659568c20 (diff)
content preview in headlines list, option SHOW_CONTENT_PREVIEW
Diffstat (limited to 'schema/ttrss_schema_mysql.sql')
-rw-r--r--schema/ttrss_schema_mysql.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/ttrss_schema_mysql.sql b/schema/ttrss_schema_mysql.sql
index 7abbc1f49..b7a9686b1 100644
--- a/schema/ttrss_schema_mysql.sql
+++ b/schema/ttrss_schema_mysql.sql
@@ -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,