1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:35:57 +00:00

use transactions in feed update process, better handle feeds without entry dates (schema updated)

This commit is contained in:
Andrew Dolgov
2005-08-23 06:46:48 +01:00
parent 9d9c9dd645
commit b82af8c382
3 changed files with 55 additions and 23 deletions

View File

@@ -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);