Skip to content

Commit fff3f89

Browse files
committed
Merge branch 'MC-38698' of https://github.com/magento-tango/magento2ce into TANGO-PR-11-05-2020_24
2 parents 25e1c69 + 30fb5fa commit fff3f89

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,9 @@
825825
<index referenceId="SALES_SHIPMENT_GRID_BILLING_NAME" indexType="btree">
826826
<column name="billing_name"/>
827827
</index>
828+
<index referenceId="SALES_SHIPMENT_GRID_ORDER_ID" indexType="btree">
829+
<column name="order_id"/>
830+
</index>
828831
<index referenceId="FTI_086B40C8955F167B8EA76653437879B4" indexType="fulltext">
829832
<column name="increment_id"/>
830833
<column name="order_increment_id"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@
479479
"SALES_SHIPMENT_GRID_ORDER_CREATED_AT": true,
480480
"SALES_SHIPMENT_GRID_SHIPPING_NAME": true,
481481
"SALES_SHIPMENT_GRID_BILLING_NAME": true,
482+
"SALES_SHIPMENT_GRID_ORDER_ID": true,
482483
"FTI_086B40C8955F167B8EA76653437879B4": true
483484
},
484485
"constraint": {

0 commit comments

Comments
 (0)