]> git.wh0rd.org Git - tt-rss.git/commitdiff
update schema
authorAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 11:14:23 +0000 (12:14 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Sun, 21 Aug 2005 11:14:23 +0000 (12:14 +0100)
ttrss_schema.sql

index 58d4e5bb8b1cd36426618facee4bc6bd8c43d9a1..e627442e2505ff7ae740744f675b9ee02a9820e3 100644 (file)
@@ -19,6 +19,7 @@ create table ttrss_entries (id serial not null primary key,
        entry_time timestamp not null, 
        headline varchar(250) not null, 
        guid varchar(300) not null unique, 
+       link varchar(300) not null, 
        content text not null
        unread boolean default true);