Skip to content

Commit 1c521b1

Browse files
committed
Updated db_schema_whitelist.json
1 parent 44cb07a commit 1c521b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<column name="field"/>
1818
<column name="asset_id"/>
1919
</constraint>
20-
<index referenceId="MEDIA_CONTENT_ASSET_ID" indexType="btree">
20+
<index referenceId="MEDIA_CONTENT_ASSET_ASSET_ID" indexType="btree">
2121
<column name="asset_id"/>
2222
</index>
2323
</table>

app/code/Magento/MediaContent/etc/db_schema_whitelist.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"asset_id": true
88
},
99
"index": {
10-
"MEDIA_CONTENT_ASSET_ID": true
10+
"MEDIA_CONTENT_ASSET_ASSET_ID": true
1111
},
1212
"constraint": {
1313
"PRIMARY": true

0 commit comments

Comments
 (0)