@ -32,7 +32,7 @@ create table ttrss_entries (id serial not null primary key,
updated timestamp not null,
title varchar(250) not null,
guid varchar(300) not null unique,
link varchar(300) not null unique,
link varchar(300) not null,
content text not null,
content_hash varchar(250) not null,
last_read timestamp,