// Bug with carrier table creation

This commit is contained in:
mDeflotte
2011-11-18 13:03:09 +00:00
parent 1e398ba068
commit ab0abbfc03
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ CREATE TABLE `PREFIX_carrier` (
`position` int(10) unsigned NOT NULL default '0',
`max_width` int(10) DEFAULT 0,
`max_height` int(10) DEFAULT 0,
`max_deep` int(10) DEFAULT 0,
`max_depth` int(10) DEFAULT 0,
`max_weight` int(10) DEFAULT 0,
`grade` int(10) DEFAULT 0,
PRIMARY KEY (`id_carrier`),