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_Id'
  • Loading branch information
danielemams committed Mar 15, 2024
1 parent 766f282 commit 30fba8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,7 @@
create index IDX_TaskEvent_taskId on TaskEvent (taskId);
create index IDX_TaskEvent_processInstanceId on TaskEvent (processInstanceId);

create index IDX_EventTypes_Id ON EventTypes(InstanceId);
create index IDX_EventTypes_IdElement ON EventTypes(InstanceId, element);

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

create index IDX_EventTypes_Id ON EventTypes(InstanceId);
create index IDX_EventTypes_IdElement ON EventTypes(InstanceId, element);

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

create index IDX_EventTypes_Id ON EventTypes(InstanceId);
create index IDX_EventTypes_IdElement ON EventTypes(InstanceId, element);

create index IDX_CMI_Context ON ContextMappingInfo(CONTEXT_ID);
Expand Down

0 comments on commit 30fba8a

Please sign in to comment.