create cache for config entity

This commit is contained in:
Manuel Raynaud
2013-09-16 08:56:44 +02:00
parent 7f4a69fcfb
commit 0d0d542d8b
7 changed files with 166 additions and 26 deletions

View File

@@ -1193,6 +1193,7 @@ CREATE TABLE `cart_item`
`promo_price` FLOAT,
`price_end_of_life` DATETIME,
`discount` FLOAT DEFAULT 0,
`promo` INTEGER,
`created_at` DATETIME,
`updated_at` DATETIME,
PRIMARY KEY (`id`),