remove combination_id in stock table

This commit is contained in:
Manuel Raynaud
2013-07-29 15:26:33 +02:00
parent e64549c91a
commit 0738104f52
6 changed files with 59 additions and 175 deletions

View File

@@ -350,7 +350,6 @@ DROP TABLE IF EXISTS `stock`;
CREATE TABLE `stock`
(
`id` INTEGER NOT NULL AUTO_INCREMENT,
`combination_id` INTEGER,
`product_id` INTEGER NOT NULL,
`increase` FLOAT,
`quantity` FLOAT NOT NULL,