Skip to content

Commit

Permalink
Merge pull request #16 from aligent/fix/wrong_namespace
Browse files Browse the repository at this point in the history
Fix incorrect namespace
  • Loading branch information
aligent-lturner authored Mar 27, 2024
2 parents e778110 + 8a87a12 commit d0eb55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/mview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<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_product_link" entity_column="product_id" subscription_model="Aligent\PrerenderIo\Model\Mview\View\Attribute\CatalogProductLinkSubscription"/>
<table name="catalog_product_link" entity_column="product_id" subscription_model="Aligent\Prerender\Model\Mview\View\Attribute\CatalogProductLinkSubscription"/>
<table name="catalogrule_product_price" entity_column="product_id" />
<table name="cataloginventory_stock_item" entity_column="product_id" />
<table name="catalog_category_product" entity_column="product_id" />
Expand Down

0 comments on commit d0eb55b

Please sign in to comment.