org.flowable.db.upgrade.flowable.mssql.upgradestep.6512.to.6513.engine.sql Maven / Gradle / Ivy
alter table ACT_RU_EXECUTION add LOCK_OWNER_ nvarchar(255);
alter table ACT_RU_EXECUTION add EXTERNAL_WORKER_JOB_COUNT_ int;
update ACT_GE_PROPERTY set VALUE_ = '6.5.1.3' where NAME_ = 'schema.version';