Commit e96fcc5
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
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments