org.flowable.db.upgrade.flowable.mysql55.upgradestep.6412.to.6413.history.sql Maven / Gradle / Ivy
delete
from ACT_HI_VARINST
where VAR_TYPE_ in ('item', 'message')
and BYTEARRAY_ID_ is null
and DOUBLE_ is null
and LONG_ is null
and TEXT_ is null
and TEXT2_ is null;
delete from ACT_HI_VARINST
where VAR_TYPE_ = 'null'
and NAME_ in ('org.activiti.engine.impl.bpmn.CURRENT_MESSAGE', 'org.flowable.engine.impl.bpmn.CURRENT_MESSAGE');