Skip to content

Commit

Permalink
This does not belong here
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Anton Evers committed Apr 13, 2017
1 parent 9224419 commit 9fe3b8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/code/Magento/Catalog/etc/mview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
<table name="catalog_product_entity_decimal" entity_column="entity_id" />
<table name="catalog_product_entity_gallery" entity_column="entity_id" />
<table name="catalog_product_entity_int" entity_column="entity_id" />
<table name="catalog_product_entity_media_gallery" entity_column="value_id" />
<table name="catalog_product_entity_media_gallery_value" 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" />
Expand Down
1 change: 0 additions & 1 deletion app/code/Magento/CatalogRule/etc/mview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<table name="catalog_product_entity_decimal" entity_column="entity_id" />
<table name="catalog_product_entity_gallery" entity_column="entity_id" />
<table name="catalog_product_entity_int" entity_column="entity_id" />
<table name="catalog_product_entity_media_gallery" entity_column="value_id" />
<table name="catalog_product_entity_media_gallery_value" 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" />
Expand Down

0 comments on commit 9fe3b8a

Please sign in to comment.