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

org.flowable.db.drop.flowable.cockroachdb.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;

-- force-commit




© 2015 - 2024 Weber Informatics LLC | Privacy Policy