// Missing part of a fix

This commit is contained in:
Damien Metzger
2012-12-31 09:45:10 +01:00
parent 50b8332bf7
commit 0af5008818
+1 -1
View File
@@ -170,7 +170,7 @@ CREATE TABLE `PREFIX_cart` (
`id_shop_group` INT(11) UNSIGNED NOT NULL DEFAULT '1',
`id_shop` INT(11) UNSIGNED NOT NULL DEFAULT '1',
`id_carrier` int(10) unsigned NOT NULL,
`delivery_option` varchar(100),
`delivery_option` TEXT NOT NULL,
`id_lang` int(10) unsigned NOT NULL,
`id_address_delivery` int(10) unsigned NOT NULL,
`id_address_invoice` int(10) unsigned NOT NULL,