- Patch #112927 by asimmonds: fixed menu system on PostgreSQL.

6.x
Dries Buytaert 2007-01-29 12:30:11 +00:00
parent 3b543c18f5
commit c13268f883
1 changed files with 1 additions and 1 deletions

View File

@ -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',