diff --git a/install/thelia.sql b/install/thelia.sql index 98bab447d..46a934a3b 100644 --- a/install/thelia.sql +++ b/install/thelia.sql @@ -40,7 +40,7 @@ CREATE TABLE `product` `ecotax` FLOAT, `newness` TINYINT DEFAULT 0, `promo` TINYINT DEFAULT 0, - `stock` INTEGER DEFAULT 0, + `quantity` INTEGER DEFAULT 0, `visible` TINYINT DEFAULT 0 NOT NULL, `weight` FLOAT, `position` INTEGER NOT NULL, @@ -1748,7 +1748,7 @@ CREATE TABLE `product_version` `ecotax` FLOAT, `newness` TINYINT DEFAULT 0, `promo` TINYINT DEFAULT 0, - `stock` INTEGER DEFAULT 0, + `quantity` INTEGER DEFAULT 0, `visible` TINYINT DEFAULT 0 NOT NULL, `weight` FLOAT, `position` INTEGER NOT NULL,