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.
2 parents 04e6448 + badea39 commit 171853bCopy full SHA for 171853b
app/code/Magento/UrlRewrite/etc/db_schema.xml
@@ -37,5 +37,8 @@
37
<column name="store_id"/>
38
<column name="entity_id"/>
39
</index>
40
+ <index referenceId="URL_REWRITE_ENTITY_ID" indexType="btree">
41
+ <column name="entity_id"/>
42
+ </index>
43
</table>
44
</schema>
app/code/Magento/UrlRewrite/etc/db_schema_whitelist.json
@@ -14,11 +14,12 @@
14
},
15
"index": {
16
"URL_REWRITE_TARGET_PATH": true,
17
- "URL_REWRITE_STORE_ID_ENTITY_ID": true
+ "URL_REWRITE_STORE_ID_ENTITY_ID": true,
18
+ "URL_REWRITE_ENTITY_ID": true
19
20
"constraint": {
21
"PRIMARY": true,
22
"URL_REWRITE_REQUEST_PATH_STORE_ID": true
23
}
24
-}
25
+}
0 commit comments