<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright 2015 Adobe
 * All Rights Reserved.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Mview/etc/mview.xsd">
    <view id="customer_dummy" class="Magento\Customer\Model\MviewAction" group="indexer">
        <subscriptions>
            <table name="customer_entity" entity_column="entity_id" />
            <table name="customer_entity_datetime" entity_column="entity_id" />
            <table name="customer_entity_decimal" entity_column="entity_id" />
            <table name="customer_entity_int" entity_column="entity_id" />
            <table name="customer_address_entity" entity_column="parent_id" />
        </subscriptions>
    </view>
</config>
