From b7f4bda2987193da0399aed302df0c5624e0f9ce Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 26 Aug 2005 04:11:37 +0100 Subject: support for feed-specific images (channel->url) --- ttrss_schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'ttrss_schema.sql') diff --git a/ttrss_schema.sql b/ttrss_schema.sql index cdc7abfb5..0ee3a7558 100644 --- a/ttrss_schema.sql +++ b/ttrss_schema.sql @@ -4,6 +4,7 @@ drop table ttrss_feeds; create table ttrss_feeds (id serial not null primary key, title varchar(200) not null unique, feed_url varchar(250) unique not null, + icon_url varchar(250) not null default '', last_updated timestamp default null); insert into ttrss_feeds (title,feed_url) values ('Footnotes', 'http://gnomedesktop.org/node/feed'); -- cgit v1.2.3