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

org.activiti.db.drop.activiti.mysql.drop.identity.sql Maven / Gradle / Ivy

The 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;

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 - 2024 Weber Informatics LLC | Privacy Policy