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

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

drop table if exists ACT_RU_IDENTITYLINK cascade;

drop index if exists ACT_IDX_IDENT_LNK_USER;
drop index if exists ACT_IDX_IDENT_LNK_GROUP;
drop index if exists ACT_IDX_IDENT_LNK_SCOPE;
drop index if exists ACT_IDX_IDENT_LNK_SCOPE_DEF;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy