Skip to content

Commit 30fb5fa

Browse files
committed
MC-38698: [Magento Cloud] Detected outage on node 1 of the cluster
1 parent 3bcbd95 commit 30fb5fa

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)