rename feature_prod feature_product

This commit is contained in:
Etienne Roudeix
2013-07-30 11:32:04 +02:00
parent 96239e4af4
commit 799e4ad5df
19 changed files with 3656 additions and 443 deletions

View File

@@ -209,12 +209,12 @@ CREATE TABLE `feature_av`
) ENGINE=InnoDB;
-- ---------------------------------------------------------------------
-- feature_prod
-- feature_product
-- ---------------------------------------------------------------------
DROP TABLE IF EXISTS `feature_prod`;
DROP TABLE IF EXISTS `feature_product`;
CREATE TABLE `feature_prod`
CREATE TABLE `feature_product`
(
`id` INTEGER NOT NULL AUTO_INCREMENT,
`product_id` INTEGER NOT NULL,