From a93cf8966592f3999ddec04722cd08b0a1aaad1c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Apr 2005 18:16:38 +0000 Subject: - Patch #21353 by chx: implemented PHP-mode for blocks. --- database/database.pgsql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index f22d92237..e3c4fea13 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -124,8 +124,7 @@ CREATE TABLE blocks ( custom smallint NOT NULL default '0', throttle smallint NOT NULL default '0', visibility smallint NOT NULL default '0', - pages text NOT NULL default '', - types text NOT NULL default '' + pages text NOT NULL default '' ); -- -- cgit v1.2.3