1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-08 09:59:16 +00:00

main toolbar: add dropbox to select headlines sort mode

This commit is contained in:
Andrew Dolgov
2008-09-09 04:30:12 +01:00
parent d0bd9acb41
commit 7b4d02a834
9 changed files with 59 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id) values('_DEFAULT_VIEW_ORDER_BY', 2, 'default', '', 1);
update ttrss_version set schema_version = 42;