// Bug with carrier table creation
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10263 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user