From b82af8c382441bddfb9fccf5828ff7e7c61682ac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Aug 2005 06:46:48 +0100 Subject: use transactions in feed update process, better handle feeds without entry dates (schema updated) --- ttrss_schema.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ttrss_schema.sql') diff --git a/ttrss_schema.sql b/ttrss_schema.sql index 20237ce7e..fec7e4cfe 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -34,5 +34,6 @@ create table ttrss_entries (id serial not null primary key, md5_hash varchar(200) not null unique, content text not null, last_read timestamp, - unread boolean default true); + no_orig_date boolean not null default false, + unread boolean not null default true); -- cgit v1.2.3