From 9a4506c87de04bcde0d6da3da7c289f58d69312b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Sep 2005 11:18:45 +0100 Subject: OPML export --- 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 8be0d3dae..364087f17 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -36,6 +36,7 @@ create table ttrss_entries (id serial not null primary key, content text not null, content_hash varchar(250) not null, last_read timestamp, + marked boolean not null default false, date_entered timestamp not null default NOW(), no_orig_date boolean not null default false, comments varchar(250) not null default '', -- cgit v1.2.3