From: Andrew Dolgov Date: Sun, 28 Aug 2005 02:05:34 +0000 (+0100) Subject: updated schema - make ttrss_entries.link not unique X-Git-Tag: 1.0.1~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7fdd55fb41996a6c0d95a840399c6c8a634c2395;p=tt-rss.git updated schema - make ttrss_entries.link not unique --- diff --git a/ttrss_schema.sql b/ttrss_schema.sql index 44d5994e..8be0d3da 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -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,