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

org.activiti.db.drop.activiti.db2.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 ACT_ID_INFO;
drop table ACT_ID_MEMBERSHIP;
drop table ACT_ID_GROUP;
drop table ACT_ID_USER;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy