Skip to content

Commit 898d2a5

Browse files
MAGETWO-91650: Translation not working for product alerts
- Replacing name with referenceId
1 parent f0e008e commit 898d2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ProductAlert/etc/db_schema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<index referenceId="PRODUCT_ALERT_PRICE_WEBSITE_ID" indexType="btree">
5353
<column name="website_id"/>
5454
</index>
55-
<index name="PRODUCT_ALERT_PRICE_STORE_ID" indexType="btree">
55+
<index referenceId="PRODUCT_ALERT_PRICE_STORE_ID" indexType="btree">
5656
<column name="store_id"/>
5757
</index>
5858
</table>
@@ -99,7 +99,7 @@
9999
<index referenceId="PRODUCT_ALERT_STOCK_WEBSITE_ID" indexType="btree">
100100
<column name="website_id"/>
101101
</index>
102-
<index name="PRODUCT_ALERT_STOCK_STORE_ID" indexType="btree">
102+
<index referenceId="PRODUCT_ALERT_STOCK_STORE_ID" indexType="btree">
103103
<column name="store_id"/>
104104
</index>
105105
</table>

0 commit comments

Comments
 (0)