1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-27 17:27:11 +00:00

add option to sort headlines by feed-specified date (bump schema)

This commit is contained in:
Andrew Dolgov
2010-11-10 13:56:42 +03:00
parent 5414ad4c80
commit b3990c92e7
8 changed files with 53 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
begin;
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('SORT_HEADLINES_BY_FEED_DATE', 1, 'true', 'Sort headlines by feed date',3,
'Use feed-specified date to sort headlines instead of local import date.');
update ttrss_version set schema_version = 73;
commit;