Skip to content

Commit

Permalink
MAGETWO-56801: [GITHUB] Fixed column description for "website_id" col…
Browse files Browse the repository at this point in the history
…umn #4388
  • Loading branch information
Dmytro Yushkin committed Aug 15, 2016
2 parents 903dcbb + 1289010 commit a097e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogInventory/Setup/InstallSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function install(SchemaSetupInterface $setup, ModuleContextInterface $con
\Magento\Framework\DB\Ddl\Table::TYPE_SMALLINT,
5,
['unsigned' => true, 'nullable' => false, 'default' => 0],
'Is Divided into Multiple Boxes for Shipping'
'Website ID'
)
->addIndex(
$installer->getIdxName(
Expand Down

0 comments on commit a097e71

Please sign in to comment.