summaryrefslogtreecommitdiff
path: root/database/database.pgsql
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-11 15:05:21 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-11 15:05:21 +0000
commitee305ae144d074692f2737eed8e38ec32f20e98e (patch)
treee98868c67409639834ee9e6f581280206a4fb678 /database/database.pgsql
parent93dd644541a5d893321e13f45132e4ffb2528763 (diff)
downloadbrdo-ee305ae144d074692f2737eed8e38ec32f20e98e.tar.gz
brdo-ee305ae144d074692f2737eed8e38ec32f20e98e.tar.bz2
Round 3 of aggregator improvements:
- Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML.
Diffstat (limited to 'database/database.pgsql')
-rw-r--r--database/database.pgsql1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/database.pgsql b/database/database.pgsql
index 7885e1947..a125d4ca1 100644
--- a/database/database.pgsql
+++ b/database/database.pgsql
@@ -158,6 +158,7 @@ CREATE TABLE feed (
attributes varchar(255) NOT NULL default '',
link varchar(255) NOT NULL default '',
description text NOT NULL default '',
+ image text NOT NULL default '',
etag varchar(255) NOT NULL default '',
modified integer NOT NULL default '0',
PRIMARY KEY (fid),