From 7aa976a57348831c9b51a3dd26a3ecd9c9d19133 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 7 Mar 2025 18:10:06 +0800 Subject: [PATCH] =?UTF-8?q?3/7=201=20=E6=99=AE=E9=80=9A=E7=B4=A2=E5=BC=952?= =?UTF-8?q?.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/schemas/schema_v2.4.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/schemas/schema_v2.4.sql b/src/main/resources/schemas/schema_v2.4.sql index 0984fe239..c929089cd 100644 --- a/src/main/resources/schemas/schema_v2.4.sql +++ b/src/main/resources/schemas/schema_v2.4.sql @@ -5270,8 +5270,7 @@ CALL Pro_Temp_ColumnWork('basic_corp', 'aliEntId', CALL Modify_index('io_order', 'action,invCode', 'idex_order_query', 'BTREE'); CALL Modify_index('io_order', 'mainAction', 'idex_order_query_mainAction', 'BTREE'); -call Modify_UNIQUE_index('io_code', 'code', 'idex_code_query', 'BTREE'); -call Modify_UNIQUE_index('io_code_temp', 'code', 'idex_code_temp_query', 'BTREE'); + CALL Modify_index('io_order_detail_code', 'orderIdFk', 'idex_query_orderIdFk', 'BTREE'); CALL Modify_index('io_order_detail_biz', 'orderIdFk', 'idex_query_orderIdFk', 'BTREE'); @@ -5285,8 +5284,8 @@ CALL Modify_UNIQUE_index('io_collect_order_backup', 'billNo', 'idex_backup_billN CALL Modify_index('io_collect_order_backup', 'busType', 'idex_backup_busType', 'BTREE'); CALL Modify_index('io_collect_order_backup', 'workPlaceCode', 'idex_backup_workPlaceCode', 'BTREE'); -CALL Modify_UNIQUE_index('io_split_fifo_code', 'code', 'idex_fifo_code', 'BTREE'); -CALL Modify_UNIQUE_index('io_split_code', 'code', 'idex_split_code', 'BTREE'); +CALL Modify_index('io_split_fifo_code', 'code', 'idex_fifo_code', 'BTREE'); +CALL Modify_index('io_split_code', 'code', 'idex_split_code', 'BTREE'); CALL Modify_index('io_split_code', 'workPlaceCode', 'idex_split_workPlaceCode', 'BTREE'); @@ -5311,5 +5310,6 @@ CALL Modify_index('rel_code_batch', 'productCode', 'rel_code_batch_productCode', CALL Modify_index('rel_code_batch', 'curCode', 'rel_code_batch_curCode', 'BTREE'); CALL Modify_index('rel_code_batch', 'packageSpec', 'rel_code_batch_packageSpec', 'BTREE'); - +CALL Modify_index('io_code', 'code', 'idex_code_query'); +CALL Modify_index('io_code_temp', 'code', 'idex_code_temp_query');