Skip to content

Commit e96fcc5

Browse files
committed
Remove drop index ACT_IDX_BYTEAR_DEPL from engine drop scripts
ACT_GE_BYTEARRAY is a common schema table, not an engine table. Having its index drop in the engine drop script causes the drop to fail when the common schema is dropped first (reverse order in drop-create), which prevents the history drop from executing and leaves history tables behind for subsequent schema creation.
1 parent bd5090a commit e96fcc5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

modules/flowable-engine/src/main/resources/org/flowable/db/drop/flowable.oracle.drop.engine.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
drop index ACT_IDX_BYTEAR_DEPL;
21
drop index ACT_IDX_EXE_PROCINST;
32
drop index ACT_IDX_EXE_PARENT;
43
drop index ACT_IDX_EXE_SUPER;

0 commit comments

Comments
 (0)