// Added one field in Product object, so one product can be managed independantly from the stock management (advanced) if necessary

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11239 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-12-14 18:49:30 +00:00
parent c16aed3424
commit 89213574d0
5 changed files with 54 additions and 5 deletions

View File

@@ -1336,6 +1336,7 @@ CREATE TABLE `PREFIX_product` (
`cache_default_attribute` int(10) unsigned default NULL,
`date_add` datetime NOT NULL,
`date_upd` datetime NOT NULL,
`advanced_stock_management` tinyint(1) default '0' NOT NULL,
PRIMARY KEY (`id_product`),
KEY `product_supplier` (`id_supplier`),
KEY `product_manufacturer` (`id_manufacturer`),