1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 01:51:28 +00:00

option HEADLINES_SMART_DATE

This commit is contained in:
Andrew Dolgov
2005-11-28 08:43:03 +01:00
parent 63186cdb78
commit be773442d2
4 changed files with 31 additions and 2 deletions

View File

@@ -200,6 +200,8 @@ insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) valu
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);
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('HEADLINES_SMART_DATE', 1, 'true', 'Use more accessible date/time format for headlines',3);
create table ttrss_user_prefs (
owner_uid integer not null,
pref_name varchar(250),