Skip to content

Commit 9fe3b8a

Browse files
author
Anton Evers
committed
This does not belong here
The table catalog_product_entity_media_gallery does not have a column that represents a product entity_id so it cannot be subscribed to triggers for catalogrule_product or catalog_product_flat The current value_id is not a product entity_id so 88891ed should have never been approved. Insead the whole subscription should be removed. For now there is no way to trigger an indexer when the name if an image changes. If the image gets deleted or added the subscription on catalog_product_entity_media_gallery_value will handle it.
1 parent 9224419 commit 9fe3b8a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Catalog/etc/mview.xml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<table name="catalog_product_entity_decimal" entity_column="entity_id" />
3737
<table name="catalog_product_entity_gallery" entity_column="entity_id" />
3838
<table name="catalog_product_entity_int" entity_column="entity_id" />
39-
<table name="catalog_product_entity_media_gallery" entity_column="value_id" />
4039
<table name="catalog_product_entity_media_gallery_value" entity_column="entity_id" />
4140
<table name="catalog_product_entity_text" entity_column="entity_id" />
4241
<table name="catalog_product_entity_tier_price" entity_column="entity_id" />

app/code/Magento/CatalogRule/etc/mview.xml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
<table name="catalog_product_entity_decimal" entity_column="entity_id" />
1919
<table name="catalog_product_entity_gallery" entity_column="entity_id" />
2020
<table name="catalog_product_entity_int" entity_column="entity_id" />
21-
<table name="catalog_product_entity_media_gallery" entity_column="value_id" />
2221
<table name="catalog_product_entity_media_gallery_value" entity_column="entity_id" />
2322
<table name="catalog_product_entity_text" entity_column="entity_id" />
2423
<table name="catalog_product_entity_tier_price" entity_column="entity_id" />

0 commit comments

Comments
 (0)