Skip to content

Commit

Permalink
Vitalii Boiko: revert varchar and text tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Apr 13, 2019
1 parent d52da79 commit bbca402
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/CatalogRule/etc/mview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
<table name="catalog_product_entity_datetime" entity_column="entity_id" />
<table name="catalog_product_entity_decimal" entity_column="entity_id" />
<table name="catalog_product_entity_int" entity_column="entity_id" />
<table name="catalog_product_entity_text" entity_column="entity_id" />
<table name="catalog_product_entity_tier_price" entity_column="entity_id" />
<table name="catalog_product_entity_varchar" entity_column="entity_id" />
<table name="catalog_category_product" entity_column="product_id" />
</subscriptions>
</view>
Expand Down

0 comments on commit bbca402

Please sign in to comment.