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

org.camunda.bpm.engine.db.drop.activiti.mariadb.drop.identity.sql Maven / Gradle / Ivy

There is a newer version: 7.23.0-alpha2
Show newest version
alter table ACT_ID_MEMBERSHIP
    drop FOREIGN KEY ACT_FK_MEMB_GROUP;

alter table ACT_ID_MEMBERSHIP
    drop FOREIGN KEY ACT_FK_MEMB_USER;

alter table ACT_ID_TENANT_MEMBER
    drop FOREIGN KEY ACT_FK_TENANT_MEMB;

alter table ACT_ID_TENANT_MEMBER
    drop FOREIGN KEY ACT_FK_TENANT_MEMB_USER;

alter table ACT_ID_TENANT_MEMBER
    drop FOREIGN KEY ACT_FK_TENANT_MEMB_GROUP;

drop table if exists ACT_ID_TENANT_MEMBER;
drop table if exists ACT_ID_TENANT;
drop table if exists ACT_ID_INFO;
drop table if exists ACT_ID_MEMBERSHIP;
drop table if exists ACT_ID_GROUP;
drop table if exists ACT_ID_USER;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy