1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-31 20:41:27 +00:00

more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated

This commit is contained in:
Andrew Dolgov
2005-08-25 14:04:57 +01:00
parent 9cfc649af5
commit c3a8d71ad4
7 changed files with 113 additions and 38 deletions

View File

@@ -35,6 +35,7 @@ create table ttrss_entries (id serial not null primary key,
content text not null,
content_hash varchar(250) not null,
last_read timestamp,
date_entered timestamp not null default NOW(),
no_orig_date boolean not null default false,
unread boolean not null default true);