<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Improved Layered Navigation Base for Magento 2
 */-->
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd">
    <table name="review_entity_summary" resource="default">
        <index referenceId="amasty_shopby_rating_filter" indexType="btree">
            <column name="entity_pk_value"/>
            <column name="entity_type"/>
            <column name="store_id"/>
        </index>
    </table>
</schema>
