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

org.flowable.identitylink.service.db.drop.flowable.mysql.drop.identitylink.sql Maven / Gradle / Ivy

drop index ACT_IDX_IDENT_LNK_USER on ACT_RU_IDENTITYLINK;
drop index ACT_IDX_IDENT_LNK_GROUP on ACT_RU_IDENTITYLINK;
drop index ACT_IDX_IDENT_LNK_SCOPE on ACT_RU_IDENTITYLINK;
drop index ACT_IDX_IDENT_LNK_SCOPE_DEF on ACT_RU_IDENTITYLINK;

drop table if exists ACT_RU_IDENTITYLINK;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy