Skip to content

Commit

Permalink
Fixed column description for "website_id" field in cataloginventory_s…
Browse files Browse the repository at this point in the history
…tock_item

Currently says "Is Divided into Multiple Boxes for Shipping". That's wrong. :-) Changed it to "Website ID". 

May need to be put into an upgrade schema instead.
  • Loading branch information
ikk0 committed May 3, 2016
1 parent 89e16e7 commit 1289010
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 1289010

Please sign in to comment.