From 2653330d93eed56191a97f17095a8e006bbe3602 Mon Sep 17 00:00:00 2001 From: Dmytro Yushkin <dyushkin@magento.com> Date: Fri, 26 Aug 2016 16:53:00 +0300 Subject: [PATCH] MAGETWO-56801: [GITHUB] Fixed column description for "website_id" column #4388 - Upgraded module version --- app/code/Magento/CatalogInventory/etc/module.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/CatalogInventory/etc/module.xml b/app/code/Magento/CatalogInventory/etc/module.xml index 5c7ade1e83c..2224da524fc 100644 --- a/app/code/Magento/CatalogInventory/etc/module.xml +++ b/app/code/Magento/CatalogInventory/etc/module.xml @@ -6,7 +6,7 @@ */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> - <module name="Magento_CatalogInventory" setup_version="2.0.0"> + <module name="Magento_CatalogInventory" setup_version="2.0.1"> <sequence> <module name="Magento_Catalog"/> </sequence> -- GitLab