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

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

The newest version!
drop table if exists ACT_RU_TASK cascade;

drop index if exists ACT_IDX_TASK_CREATE;
drop index if exists ACT_IDX_TASK_SCOPE;
drop index if exists ACT_IDX_TASK_SUB_SCOPE;
drop index if exists ACT_IDX_TASK_SCOPE_DEF;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy