Skip to content

Commit

Permalink
Delete index from DB systems that don't support such indexes. (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir authored Aug 20, 2024
1 parent fe9ce28 commit 04c3ebd
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,6 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,6 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,6 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ create index IDX_PInstLog_parentPInstId on ProcessInstanceLog (parentProcessInst
create index IDX_PInstLog_pId on ProcessInstanceLog (processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog (processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog (processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog (processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog (processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog (start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@
create index IDX_PInstLog_pId on ProcessInstanceLog(processId);
create index IDX_PInstLog_pInsteDescr on ProcessInstanceLog(processInstanceDescription);
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pName on ProcessInstanceLog(processName);
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion);
create index IDX_PInstLog_start_date on ProcessInstanceLog(start_date);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -983,8 +983,6 @@
go
create index IDX_PInstLog_pInstId on ProcessInstanceLog(processInstanceId)
go
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4)
go
create index IDX_PInstLog_pName on ProcessInstanceLog(processName)
go
create index IDX_PInstLog_pVersion on ProcessInstanceLog(processVersion)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
Original file line number Diff line number Diff line change
@@ -1 +1 @@
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
Original file line number Diff line number Diff line change
@@ -1 +1 @@
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);
Original file line number Diff line number Diff line change
@@ -1 +1 @@
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog (processInstanceId, status) WHERE status IN (0,1,4);
create index IDX_PInstLog_pInstId_status ON ProcessInstanceLog(processInstanceId, status) WHERE status IN (0,1,4);

This file was deleted.

0 comments on commit 04c3ebd

Please sign in to comment.