feat(REQ-3383) - 调整创建的索引排序
This commit is contained in:
parent
e04d4995a8
commit
abc7884d26
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user