File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
app/code/Magento/Sales/etc Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 825
825
<index referenceId =" SALES_SHIPMENT_GRID_BILLING_NAME" indexType =" btree" >
826
826
<column name =" billing_name" />
827
827
</index >
828
+ <index referenceId =" SALES_SHIPMENT_GRID_ORDER_ID" indexType =" btree" >
829
+ <column name =" order_id" />
830
+ </index >
828
831
<index referenceId =" FTI_086B40C8955F167B8EA76653437879B4" indexType =" fulltext" >
829
832
<column name =" increment_id" />
830
833
<column name =" order_increment_id" />
Original file line number Diff line number Diff line change 479
479
"SALES_SHIPMENT_GRID_ORDER_CREATED_AT" : true ,
480
480
"SALES_SHIPMENT_GRID_SHIPPING_NAME" : true ,
481
481
"SALES_SHIPMENT_GRID_BILLING_NAME" : true ,
482
+ "SALES_SHIPMENT_GRID_ORDER_ID" : true ,
482
483
"FTI_086B40C8955F167B8EA76653437879B4" : true
483
484
},
484
485
"constraint" : {
You can’t perform that action at this time.
0 commit comments