From d68671387a73e1c40bffa9edb1690c840a9ee388 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 7 Mar 2025 17:58:46 +0800 Subject: [PATCH] 3/6 2.0 --- src/main/resources/schemas/schema_v2.4.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/schemas/schema_v2.4.sql b/src/main/resources/schemas/schema_v2.4.sql index dbbb37c3..f4bdde5b 100644 --- a/src/main/resources/schemas/schema_v2.4.sql +++ b/src/main/resources/schemas/schema_v2.4.sql @@ -1305,7 +1305,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_code', 'code', 'idex_code_query', 'BTREE'); +call Modify_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');