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.pgsql | |
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.pgsql')
-rw-r--r-- | database/database.pgsql | 3 |
1 files changed, 1 insertions, 2 deletions
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 '' ); -- |