chenxinglong 5 年 前
コミット
98167050f0
1 ファイル変更1 行追加0 行削除
  1. 1 0
      doc/db/mysql/index.sql

+ 1 - 0
doc/db/mysql/index.sql

@@ -320,6 +320,7 @@ create index idx_outbound_002 on oms_delivery_outbound(DELETE_FLAG);
 create index idx_account_sn on WMS_SN_OUT_LOCATION(ACCOUNT_ID,SN_NO);
 
 create index idx_sni_001 on WMS_SN_INVENTORY(ITEM_ID,SN_NO);
+create index idx_sni_002 on WMS_SN_INVENTORY(ITEM_ID,BOX_NO);
 create index idx_pa_001 on packing_allocation(packing_id);
 create index idx_wddd_001 on wms_deliver_document_detail(document_id);
 create index idx_wsil_001 on WMS_SN_IN_LOCATION(WAREHOUSE_ID,ITEM_ID,RELATIONED_CUSTOMER_ID,is_out_flag,BOX_NO);