From: Andrew Dolgov Date: Sun, 21 Aug 2005 11:14:23 +0000 (+0100) Subject: update schema X-Git-Tag: 0.1~23 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3f6a313a760c446be27798b41d0a266475124710;p=tt-rss.git update schema --- diff --git a/ttrss_schema.sql b/ttrss_schema.sql index 58d4e5bb..e627442e 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -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);