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

org.activiti.db.upgrade.activiti.db2.upgradestep.6000.to.6001.engine.sql Maven / Gradle / Ivy

The newest version!
alter table ACT_RU_EXECUTION add column IS_MI_ROOT_ smallint check(IS_MI_ROOT_ in (1,0));

update ACT_GE_PROPERTY set VALUE_ = '6.0.0.1' where NAME_ = 'schema.version';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy