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

org.flowable.idm.db.drop.flowable.h2.drop.identity.sql Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
drop table if exists ACT_ID_PROPERTY cascade constraints;
drop table if exists ACT_ID_BYTEARRAY cascade constraints;
drop table if exists ACT_ID_INFO cascade constraints;
drop table if exists ACT_ID_GROUP cascade constraints;
drop table if exists ACT_ID_MEMBERSHIP cascade constraints;
drop table if exists ACT_ID_USER cascade constraints;
drop table if exists ACT_ID_TOKEN cascade constraints;
drop table if exists ACT_ID_PRIV cascade constraints;
drop table if exists ACT_ID_PRIV_MAPPING cascade constraints;

drop index if exists ACT_IDX_PRIV_USER;
drop index if exists ACT_IDX_PRIV_GROUP;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy