You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
721 B

  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="test_view_with_additional_columns" class="Magento\Framework\Indexer\Action\Dummy" group="indexer">
  10. <subscriptions>
  11. <table name="test_mview_table" entity_column="entity_id">
  12. <additionalColumns>
  13. <column name="additional_column" cl_name="test_additional_column" />
  14. </additionalColumns>
  15. </table>
  16. </subscriptions>
  17. </view>
  18. </config>