Skip to content

Commit

Permalink
Fix oracle sql drop (missing sequence)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrez committed Jul 15, 2024
1 parent df02487 commit 5f67324
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ drop table ACT_RU_TASK;

drop index ACT_IDX_ACT_HI_TSK_LOG_TASK;

drop sequence act_hi_task_evt_log_seq;
drop table ACT_HI_TSK_LOG;

drop index ACT_IDX_HI_TASK_SCOPE;
Expand Down

0 comments on commit 5f67324

Please sign in to comment.