From 2da09a6597c2c48da6475c795b4643bfa9fd18c2 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 26 Sep 2006 14:19:00 +0000
Subject: [PATCH] - Patch #85490 by havran: made an image and description
 optional.  PostgreSQL fix.

---
 modules/aggregator/aggregator.install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/aggregator/aggregator.install b/modules/aggregator/aggregator.install
index 6c3220e4a00e..9cc59cc2d6b0 100644
--- a/modules/aggregator/aggregator.install
+++ b/modules/aggregator/aggregator.install
@@ -89,8 +89,8 @@ function aggregator_install() {
         refresh int NOT NULL default '0',
         checked int NOT NULL default '0',
         link varchar(255) NOT NULL default '',
-        description text NOT NULL,
-        image text NOT NULL,
+        description text NOT NULL default '',
+        image text NOT NULL default '',
         etag varchar(255) NOT NULL default '',
         modified int NOT NULL default '0',
         block smallint NOT NULL default '0',
-- 
GitLab