Skip to content

Commit

Permalink
First drop tables then indices for H2
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Jul 15, 2024
1 parent d7a4435 commit fe2b084
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
drop index if exists ACT_IDX_APP_RSRC_DPL;
drop index if exists ACT_IDX_APP_DEF_DPLY;
drop index if exists ACT_IDX_APP_DEF_UNIQ;

drop table if exists ACT_APP_APPDEF cascade constraints;
drop table if exists ACT_APP_DEPLOYMENT_RESOURCE cascade constraints;
drop table if exists ACT_APP_DEPLOYMENT cascade constraints;

drop index if exists ACT_IDX_APP_RSRC_DPL;
drop index if exists ACT_IDX_APP_DEF_DPLY;
drop index if exists ACT_IDX_APP_DEF_UNIQ;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
drop index if exists ACT_IDX_DMN_INSTANCE_ID;
drop index if exists ACT_IDX_DMN_DEC_UNIQ;

drop table if exists ACT_DMN_HI_DECISION_EXECUTION cascade constraints;
drop table if exists ACT_DMN_DECISION cascade constraints;
drop table if exists ACT_DMN_DEPLOYMENT_RESOURCE cascade constraints;
drop table if exists ACT_DMN_DEPLOYMENT cascade constraints;

drop index if exists ACT_IDX_DMN_INSTANCE_ID;
drop index if exists ACT_IDX_DMN_DEC_UNIQ;

0 comments on commit fe2b084

Please sign in to comment.