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 d05f8e9 + 86450e9 commit 4116133Copy full SHA for 4116133
app/code/Magento/Cms/etc/db_schema.xml
@@ -22,6 +22,9 @@
22
<constraint xsi:type="primary" referenceId="PRIMARY">
23
<column name="block_id"/>
24
</constraint>
25
+ <index referenceId="CMS_BLOCK_IDENTIFIER" indexType="btree">
26
+ <column name="identifier"/>
27
+ </index>
28
<index referenceId="CMS_BLOCK_TITLE_IDENTIFIER_CONTENT" indexType="fulltext">
29
<column name="title"/>
30
<column name="identifier"/>
app/code/Magento/Cms/etc/db_schema_whitelist.json
@@ -10,7 +10,8 @@
10
"is_active": true
11
},
12
"index": {
13
- "CMS_BLOCK_TITLE_IDENTIFIER_CONTENT": true
+ "CMS_BLOCK_TITLE_IDENTIFIER_CONTENT": true,
14
+ "CMS_BLOCK_IDENTIFIER": true
15
16
"constraint": {
17
"PRIMARY": true
0 commit comments