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

org.flowable.db.upgrade.flowable.oracle.upgradestep.6000.to.6001.engine.sql Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
alter table ACT_RU_EXECUTION add (IS_MI_ROOT_ NUMBER(1,0) CHECK (IS_MI_ROOT_ IN (1,0)));

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy