Skip to content

Commit

Permalink
Fix db2 drop common sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Aug 19, 2024
1 parent 275c325 commit 72dc964
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,36 +43,36 @@ drop table ACT_HI_IDENTITYLINK;

drop index ACT_IDX_JOB_EXCEPTION_ID;
drop index ACT_IDX_JOB_CUSTOM_VAL_ID;
drop index ACT_IDX_JOB_CORRELATION_ID_;
drop index ACT_IDX_JOB_CORRELATION_ID;
drop index ACT_IDX_JOB_SCOPE;
drop index ACT_IDX_JOB_SUB_SCOPE;
drop index ACT_IDX_JOB_SCOPE_DEF;

drop index ACT_IDX_TJOB_EXCEPTION_ID;
drop index ACT_IDX_TJOB_CUSTOM_VAL_ID;
drop index ACT_IDX_TJOB_CORRELATION_ID_;
drop index ACT_IDX_TJOB_DUEDATE_;
drop index ACT_IDX_TJOB_CORRELATION_ID;
drop index ACT_IDX_TJOB_DUEDATE;
drop index ACT_IDX_TJOB_SCOPE;
drop index ACT_IDX_TJOB_SUB_SCOPE;
drop index ACT_IDX_TJOB_SCOPE_DEF;

drop index ACT_IDX_SJOB_EXCEPTION_ID;
drop index ACT_IDX_SJOB_CUSTOM_VAL_ID;
drop index ACT_IDX_SJOB_CORRELATION_ID_;
drop index ACT_IDX_SJOB_CORRELATION_ID;
drop index ACT_IDX_SJOB_SCOPE;
drop index ACT_IDX_SJOB_SUB_SCOPE;
drop index ACT_IDX_SJOB_SCOPE_DEF;

drop index ACT_IDX_DJOB_EXCEPTION_ID;
drop index ACT_IDX_DJOB_CUSTOM_VAL_ID;
drop index ACT_IDX_DJOB_CORRELATION_ID_;
drop index ACT_IDX_DJOB_CORRELATION_ID;
drop index ACT_IDX_DJOB_SCOPE;
drop index ACT_IDX_DJOB_SUB_SCOPE;
drop index ACT_IDX_DJOB_SCOPE_DEF;

drop index ACT_IDX_EJOB_EXCEPTION_ID;
drop index ACT_IDX_EJOB_CUSTOM_VAL_ID;
drop index ACT_IDX_EJOB_CORRELATION_ID_;
drop index ACT_IDX_EJOB_CORRELATION_ID;
drop index ACT_IDX_EJOB_SCOPE;
drop index ACT_IDX_EJOB_SUB_SCOPE;
drop index ACT_IDX_EJOB_SCOPE_DEF;
Expand Down

0 comments on commit 72dc964

Please sign in to comment.