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

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

There is a newer version: 7.0.1
Show newest version
drop table if exists ACT_RU_ACTINST cascade;
drop table if exists ACT_RE_DEPLOYMENT cascade;
drop table if exists ACT_RE_MODEL cascade;
drop table if exists ACT_RE_PROCDEF cascade;
drop table if exists ACT_RU_EXECUTION cascade;
drop table if exists ACT_EVT_LOG cascade;
drop table if exists ACT_PROCDEF_INFO cascade;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy