From 1f91662123e49e2f3155bbc4333d5963fe6864e9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 Jan 2005 19:41:01 +0000 Subject: - Patch #16074 by Andre Molnar: add configuration option to show blocks only on pages of certain node type. --- database/database.mysql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'database/database.mysql') diff --git a/database/database.mysql b/database/database.mysql index 3a02be088..2b7bdc131 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -126,7 +126,8 @@ CREATE TABLE blocks ( custom tinyint(2) DEFAULT '0' NOT NULL, throttle tinyint(1) DEFAULT '0' NOT NULL, visibility tinyint(1) DEFAULT '0' NOT NULL, - pages text NOT NULL + pages text NOT NULL, + types text NOT NULL ) TYPE=MyISAM; -- -- cgit v1.2.3