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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user