Skip to content

Commit

Permalink
Fix issues in common sql file for oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Aug 19, 2024
1 parent 72dc964 commit 751fdf2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ drop index ACT_IDX_IDENT_LNK_SCOPE_DEF;
drop table ACT_RU_IDENTITYLINK;

drop index ACT_IDX_HI_IDENT_LNK_USER;
drop index ACT_IDX_HI_IDENT_LNK_GROUP;
drop index ACT_IDX_HI_IDENT_LNK_SCOPE;
drop index ACT_IDX_HI_IDENT_LNK_SUB_SCOPE;

Expand Down Expand Up @@ -103,10 +102,10 @@ alter table ACT_RU_DEADLETTER_JOB
drop CONSTRAINT ACT_FK_DJOB_CUSTOM_VAL;

alter table ACT_RU_EXTERNAL_JOB
drop CONSTRAINT ACT_FK_DJOB_EXCEPTION;
drop CONSTRAINT ACT_FK_EJOB_EXCEPTION;

alter table ACT_RU_EXTERNAL_JOB
drop CONSTRAINT ACT_FK_DJOB_CUSTOM_VAL;
drop CONSTRAINT ACT_FK_EJOB_CUSTOM_VAL;

drop table ACT_RU_JOB;
drop table ACT_RU_TIMER_JOB;
Expand Down

0 comments on commit 751fdf2

Please sign in to comment.