]> git.wh0rd.org - tt-rss.git/blobdiff - ttrss_schema.sql
more functional keyboard navigation, auto page flipping, updated README, auto post...
[tt-rss.git] / ttrss_schema.sql
index 26ab01b275a21d3ae730cb4b9f6ad076680be91f..cdc7abfb5aa526f88c7f64aa7583c266032e1837 100644 (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);