org.flowable.db.upgrade.flowable.mysql.upgradestep.51700.to.51701.engine.sql Maven / Gradle / Ivy
update ACT_GE_PROPERTY set VALUE_ = '5.17.0.1' where NAME_ = 'schema.version';
alter table ACT_RU_EXECUTION add LOCK_TIME_ timestamp(3) NULL;
update ACT_GE_PROPERTY set VALUE_ = '5.17.0.1' where NAME_ = 'schema.version';
alter table ACT_RU_EXECUTION add LOCK_TIME_ timestamp(3) NULL;