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 6b9ade5 commit b8f103bCopy full SHA for b8f103b
app/code/Magento/MediaGallery/etc/db_schema.xml
@@ -25,9 +25,6 @@
25
<index referenceId="MEDIA_GALLERY_ID" indexType="btree">
26
<column name="id"/>
27
</index>
28
- <constraint xsi:type="unique" referenceId="MEDIA_GALLERY_ID_PATH_TITLE_CONTENT_TYPE_WIDTH_HEIGHT">
29
- <column name="path"/>
30
- </constraint>
31
<index referenceId="MEDIA_GALLERY_ASSET_TITLE" indexType="fulltext">
32
<column name="title"/>
33
app/code/Magento/MediaGallery/etc/db_schema_whitelist.json
@@ -20,7 +20,6 @@
20
"MEDIA_GALLERY_ASSET_TITLE": true
21
},
22
"constraint": {
23
- "MEDIA_GALLERY_ID_PATH_TITLE_CONTENT_TYPE_WIDTH_HEIGHT": true,
24
"PRIMARY": true,
"MEDIA_GALLERY_ASSET_PATH": true
}
0 commit comments