Details
Description
Maybe useful add at the end of activiti.postgres.upgradestep.58.to.59.engine.sql an SQL instruction to change act_ge_property.schema.version to 5.9 after successfully running of migration procedure to avoid application still thinks in 5.8 version and try to upgrade DB.
From 5.11 onwards, version upgrade is included on the upgrade-sql's and not in code:
update ACT_GE_PROPERTY set VALUE_ = '5.11' where NAME_ = 'schema.version';