- Patch #85490 by havran: made an image and description optional. PostgreSQL fix.

5.x
Dries Buytaert 2006-09-26 14:19:00 +00:00
parent 878bb6162c
commit 2da09a6597
1 changed files with 2 additions and 2 deletions

View File

@ -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',