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

org.flowable.variable.service.db.drop.flowable.gbase8s.drop.variable.sql Maven / Gradle / Ivy

There is a newer version: 7.0.1.1
Show newest version
drop index ACT_IDX_VAR_BYTEARRAY;
drop index ACT_IDX_RU_VAR_SCOPE_ID_TYPE;
drop index ACT_IDX_RU_VAR_SUB_ID_TYPE;

alter table ACT_RU_VARIABLE
    drop CONSTRAINT ACT_FK_VAR_BYTEARRAY;

drop table ACT_RU_VARIABLE;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy