updated schema - make ttrss_entries.link not unique

master
Andrew Dolgov 20 years ago
parent 2ca5f8c5c0
commit 7fdd55fb41

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

Loading…
Cancel
Save