diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-01-27 19:41:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-01-27 19:41:01 +0000 |
commit | 1f91662123e49e2f3155bbc4333d5963fe6864e9 (patch) | |
tree | 5a0bef587faf81bc5c0ca65d214878197ebf0272 /database/database.mysql | |
parent | b5a72f6216a1b0ba29e82cebd859ab5a8f2ec8c4 (diff) | |
download | brdo-1f91662123e49e2f3155bbc4333d5963fe6864e9.tar.gz brdo-1f91662123e49e2f3155bbc4333d5963fe6864e9.tar.bz2 |
- Patch #16074 by Andre Molnar: add configuration option to show blocks only on pages of certain node type.
Diffstat (limited to 'database/database.mysql')
-rw-r--r-- | database/database.mysql | 3 |
1 files changed, 2 insertions, 1 deletions
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; -- |