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

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

There is a newer version: 7.0.1.1
Show newest version
drop index ACT_IDX_HI_TASK_SCOPE;
drop index ACT_IDX_HI_TASK_SUB_SCOPE;
drop index ACT_IDX_HI_TASK_SCOPE_DEF;

drop sequence act_hi_task_evt_log_seq;

drop table ACT_HI_TASKINST;
drop table ACT_HI_TSK_LOG;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy