feat(REQ-3383) - 调整创建的索引排序

This commit is contained in:
wangli 2024-12-10 16:29:33 +08:00
parent e04d4995a8
commit abc7884d26

View File

@ -17,7 +17,7 @@ create index idx_key_def_form
-- 优化 oms 审批数据查询功能
create index idx_start_time_proc_def
on act_hi_procinst (START_TIME_, PROC_DEF_ID_);
on act_hi_procinst (START_TIME_ desc, PROC_DEF_ID_);
-- 流程日志表增加字段权限配置
alter table ext_ax_process_log