regenerate modeland sql fixing typo in CartItem table

This commit is contained in:
Manuel Raynaud
2013-08-06 09:57:14 +02:00
parent 2b656336c7
commit c97f0e462a
4 changed files with 59 additions and 59 deletions

View File

@@ -1313,7 +1313,7 @@ CREATE TABLE `cart_item`
`product_sale_elements_id` INTEGER NOT NULL,
`price` FLOAT,
`promo_price` FLOAT,
`price_end of life` DATETIME,
`price_end_of_life` DATETIME,
`created_at` DATETIME,
`updated_at` DATETIME,
PRIMARY KEY (`id`),