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

org.activiti.db.drop.activiti.postgres.drop.history.sql Maven / Gradle / Ivy

drop table if exists ACT_HI_PROCINST cascade;
drop table if exists ACT_HI_ACTINST cascade;
drop table if exists ACT_HI_VARINST cascade;
drop table if exists ACT_HI_TASKINST cascade;
drop table if exists ACT_HI_DETAIL cascade;
drop table if exists ACT_HI_COMMENT cascade;
drop table if exists ACT_HI_ATTACHMENT cascade;
drop table if exists ACT_HI_IDENTITYLINK cascade;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy