mview.xml 533 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
  9. <view id="inventory" class="Magento\InventoryIndexer\Indexer\Mview\Action" group="indexer">
  10. <subscriptions>
  11. <table name="inventory_source_item" entity_column="source_item_id" />
  12. </subscriptions>
  13. </view>
  14. </config>