Skip to content

Commit

Permalink
[JBPM-10224] Align ddl-scripts for mysql5 and mysqlinnodb with creati…
Browse files Browse the repository at this point in the history
…on of index 'IDX_EventTypes_IdElement'
  • Loading branch information
danielemams committed Mar 7, 2024
1 parent 8cf5dc1 commit 766f282
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,7 @@
create index IDX_TaskEvent_taskId on TaskEvent (taskId);
create index IDX_TaskEvent_processInstanceId on TaskEvent (processInstanceId);

create index IDX_EventTypes_element ON EventTypes(element);
create index IDX_EventTypes_compound ON EventTypes(InstanceId, element);
create index IDX_EventTypes_IdElement ON EventTypes(InstanceId, element);

create index IDX_CMI_Context ON ContextMappingInfo(CONTEXT_ID);
create index IDX_CMI_KSession ON ContextMappingInfo(KSESSION_ID);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,7 @@
create index IDX_TaskEvent_taskId on TaskEvent (taskId);
create index IDX_TaskEvent_processInstanceId on TaskEvent (processInstanceId);

create index IDX_EventTypes_element ON EventTypes(element);
create index IDX_EventTypes_compound ON EventTypes(InstanceId, element);
create index IDX_EventTypes_IdElement ON EventTypes(InstanceId, element);

create index IDX_CMI_Context ON ContextMappingInfo(CONTEXT_ID);
create index IDX_CMI_KSession ON ContextMappingInfo(KSESSION_ID);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,7 @@
create index IDX_TaskEvent_taskId on TaskEvent (taskId);
create index IDX_TaskEvent_processInstanceId on TaskEvent (processInstanceId);

create index IDX_EventTypes_element ON EventTypes(element);
create index IDX_EventTypes_compound ON EventTypes(InstanceId, element);
create index IDX_EventTypes_IdElement ON EventTypes(InstanceId, element);

create index IDX_CMI_Context ON ContextMappingInfo(CONTEXT_ID);
create index IDX_CMI_KSession ON ContextMappingInfo(KSESSION_ID);
Expand Down

0 comments on commit 766f282

Please sign in to comment.