All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.flowable.task.service.db.drop.flowable.mysql.drop.task.sql Maven / Gradle / Ivy

The newest version!
drop index ACT_IDX_TASK_CREATE on ACT_RU_TASK;
drop index ACT_IDX_TASK_SCOPE on ACT_RU_TASK;
drop index ACT_IDX_TASK_SUB_SCOPE on ACT_RU_TASK;
drop index ACT_IDX_TASK_SCOPE_DEF on ACT_RU_TASK;

drop table if exists ACT_RU_TASK;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy