From b197f11776dd091565497c79e5119ab5b596e401 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Aug 2005 10:04:38 +0100 Subject: cute icon for updated posts --- 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 d9cc38b9e..20237ce7e 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -33,5 +33,6 @@ create table ttrss_entries (id serial not null primary key, link varchar(300) not null unique, md5_hash varchar(200) not null unique, content text not null, + last_read timestamp, unread boolean default true); -- cgit v1.2.3