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 b2713fa commit 2f0067cCopy full SHA for 2f0067c
app/code/Magento/Indexer/etc/di.xml
@@ -37,6 +37,9 @@
37
<type name="Magento\Framework\Mview\View\Subscription">
38
<arguments>
39
<argument name="viewCollection" xsi:type="object" shared="false">Magento\Framework\Mview\View\CollectionInterface</argument>
40
+ <argument name="ignoredUpdateColumns" xsi:type="array">
41
+ <item name="updated_at" xsi:type="string">updated_at</item>
42
+ </argument>
43
</arguments>
44
</type>
45
<type name="Magento\Indexer\Model\Processor">
0 commit comments