mview.xml 798 B

12345678910111213141516171819
  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="cataloginventory_stock" class="Magento\CatalogInventory\Model\Indexer\Stock" group="indexer">
  10. <subscriptions>
  11. <table name="cataloginventory_stock_item" entity_column="product_id" />
  12. </subscriptions>
  13. </view>
  14. <view id="catalog_product_price" class="Magento\Catalog\Model\Indexer\Product\Price" group="indexer">
  15. <subscriptions>
  16. <table name="cataloginventory_stock_item" entity_column="product_id" />
  17. </subscriptions>
  18. </view>
  19. </config>