diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-02-10 15:39:17 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-02-10 15:39:17 +0000 |
commit | c890a0077108582668d15c78673aee6ba9c2d7d6 (patch) | |
tree | 693b840f950b59157e65778b041e194b9a0f2aba /modules/system/system.install | |
parent | aae033952f5f346db3c012e348dd8c3e0044582e (diff) | |
download | brdo-c890a0077108582668d15c78673aee6ba9c2d7d6.tar.gz brdo-c890a0077108582668d15c78673aee6ba9c2d7d6.tar.bz2 |
- Patch #107346 by asaddi: postgresql fix.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 30de39ba0..069913beb 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -681,7 +681,6 @@ function system_install() { db_query("CREATE TABLE {boxes} ( bid serial, - title varchar(64) NOT NULL default '', body text, info varchar(128) NOT NULL default '', format smallint NOT NULL default '0', |