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.mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/database.mysql') diff --git a/database/database.mysql b/database/database.mysql index f05c13049..6eae606ec 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -47,7 +47,7 @@ CREATE TABLE authmap ( CREATE TABLE blocks ( module varchar(64) DEFAULT '' NOT NULL, - delta tinyint(2) DEFAULT '0' NOT NULL, + delta varchar(32) NOT NULL default '0', status tinyint(2) DEFAULT '0' NOT NULL, weight tinyint(1) DEFAULT '0' NOT NULL, region tinyint(1) DEFAULT '0' NOT NULL, -- cgit v1.2.3