From b85cf71962c7b0231994131258053916b9ed73cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 19 Apr 2003 16:42:42 +0000 Subject: - Applied modified version of Al's "block delta" patch. I left out the blogroll feature as I think it would get very confusing. I don't mind to add it but it need some thought and documentation as it somewhat conflicts with the existing cloud module. These changes require you to run update.php. --- database/database.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index 8b6972c9a..dda55d3b7 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -45,7 +45,7 @@ CREATE TABLE authmap ( CREATE TABLE blocks ( module varchar(64) NOT NULL default '', - delta smallint NOT NULL default '0', + delta varchar(32) NOT NULL default '0', status smallint NOT NULL default '0', weight smallint NOT NULL default '0', region smallint NOT NULL default '0', -- cgit v1.2.3