update model removing increase property

This commit is contained in:
Manuel Raynaud
2013-08-01 10:40:27 +02:00
parent e4549caf51
commit f69b2cfc11
4 changed files with 44 additions and 156 deletions

View File

@@ -352,7 +352,6 @@ CREATE TABLE `product_sale_elements`
(
`id` INTEGER NOT NULL AUTO_INCREMENT,
`product_id` INTEGER NOT NULL,
`increase` FLOAT,
`quantity` FLOAT NOT NULL,
`promo` TINYINT DEFAULT 0,
`newness` TINYINT DEFAULT 0,