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 f0e008e commit 898d2a5Copy full SHA for 898d2a5
app/code/Magento/ProductAlert/etc/db_schema.xml
@@ -52,7 +52,7 @@
52
<index referenceId="PRODUCT_ALERT_PRICE_WEBSITE_ID" indexType="btree">
53
<column name="website_id"/>
54
</index>
55
- <index name="PRODUCT_ALERT_PRICE_STORE_ID" indexType="btree">
+ <index referenceId="PRODUCT_ALERT_PRICE_STORE_ID" indexType="btree">
56
<column name="store_id"/>
57
58
</table>
@@ -99,7 +99,7 @@
99
<index referenceId="PRODUCT_ALERT_STOCK_WEBSITE_ID" indexType="btree">
100
101
102
- <index name="PRODUCT_ALERT_STOCK_STORE_ID" indexType="btree">
+ <index referenceId="PRODUCT_ALERT_STOCK_STORE_ID" indexType="btree">
103
104
105
0 commit comments