From c3a8d71ad42e1cfc72db5bb0f43789935220e6db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Aug 2005 14:04:57 +0100 Subject: more functional keyboard navigation, auto page flipping, updated README, auto post cleanup (PURGE_OLD_DAYS), schema updated --- ttrss_schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'ttrss_schema.sql') diff --git a/ttrss_schema.sql b/ttrss_schema.sql index 26ab01b27..cdc7abfb5 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -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); -- cgit v1.2.3