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

org.flowable.db.upgrade.flowable.db2.upgradestep.51700.to.51701.engine.sql Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
update ACT_GE_PROPERTY set VALUE_ = '5.17.0.1' where NAME_ = 'schema.version';

alter table ACT_RU_EXECUTION add LOCK_TIME_ timestamp;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy