diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-04-30 18:16:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-04-30 18:16:38 +0000 |
commit | a93cf8966592f3999ddec04722cd08b0a1aaad1c (patch) | |
tree | 0f8e85f349c68a139f115ce9fe260ccfa40b59a2 /database/database.mysql | |
parent | a10eac3291d14ae9437e8f34229b1fde599e8f64 (diff) | |
download | brdo-a93cf8966592f3999ddec04722cd08b0a1aaad1c.tar.gz brdo-a93cf8966592f3999ddec04722cd08b0a1aaad1c.tar.bz2 |
- Patch #21353 by chx: implemented PHP-mode for blocks.
Diffstat (limited to 'database/database.mysql')
-rw-r--r-- | database/database.mysql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/database/database.mysql b/database/database.mysql index aa6743c16..bed79dab5 100644 --- a/database/database.mysql +++ b/database/database.mysql @@ -126,8 +126,7 @@ 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, - types text NOT NULL + pages text NOT NULL ) TYPE=MyISAM; -- |