From c13268f883d4cf029e1470473a803c68b9aeb1c0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 29 Jan 2007 12:30:11 +0000 Subject: - Patch #112927 by asimmonds: fixed menu system on PostgreSQL. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.install b/modules/system/system.install index dd56239e1..3f9b89b77 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -807,7 +807,7 @@ function system_install() { fit int NOT NULL default 0, number_parts int NOT NULL default 0, vancode varchar(255) NOT NULL default '', - visible int(11) NOT NULL default '0', + visible int NOT NULL default '0', menu_link varchar(255) NOT NULL default '', parents varchar(255) NOT NULL default '', depth int NOT NULL default '0', -- cgit v1.2.3