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

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

There is a newer version: 7.0.1
Show newest version
drop table if exists ACT_HI_PROCINST cascade;
drop table if exists ACT_HI_ACTINST 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy