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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user