]> git.wh0rd.org - tt-rss.git/commitdiff
updated schema - make ttrss_entries.link not unique
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 28 Aug 2005 02:05:34 +0000 (03:05 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 28 Aug 2005 02:05:34 +0000 (03:05 +0100)
ttrss_schema.sql

index 44d5994e2079c8fa86de725e97a4ff66392ff141..8be0d3daeacab61f163f7eab60efed94c1686a21 100644 (file)
@@ -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,