activiti.mysql.upgradestep.51700.to.51701.engine.sql 143 B

123
  1. update ACT_GE_PROPERTY set VALUE_ = '5.17.0.1' where NAME_ = 'schema.version';
  2. alter table ACT_RU_EXECUTION add LOCK_TIME_ timestamp(3) NULL;