We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52da79 commit bbca402Copy full SHA for bbca402
app/code/Magento/CatalogRule/etc/mview.xml
@@ -17,7 +17,9 @@
17
<table name="catalog_product_entity_datetime" entity_column="entity_id" />
18
<table name="catalog_product_entity_decimal" entity_column="entity_id" />
19
<table name="catalog_product_entity_int" entity_column="entity_id" />
20
+ <table name="catalog_product_entity_text" entity_column="entity_id" />
21
<table name="catalog_product_entity_tier_price" entity_column="entity_id" />
22
+ <table name="catalog_product_entity_varchar" entity_column="entity_id" />
23
<table name="catalog_category_product" entity_column="product_id" />
24
</subscriptions>
25
</view>
0 commit comments