I'm updating activiti engine from 5.12.1 to 5.14. I've made it in two steps:
from 5.12.1 to 5.13 an than from 5.13 to 5.14; But I've forgot to run the database scripts. I've checked that in the 5.14 zip file there are no 5.13 to 5.14 scripts. So my questions are:
1) There is really no scripts from 5.13 to 5.14? 2) In the current scenario, will I find problems running the scripts from 5.12 to 5.13?
I also noticed that in activiti.oracle.upgradestep.512.to.513.history.sql, there are no changes in ACT_GE_PROPERTY.
Is that correct? Sorry if those are stupid questions but it's my first time upgrading activiti version and I haven'd found further information on the upgrading database section atthe userguide.
When you upgrade to Activiti 5.14 from 5.12.1, then yes you need to execute the 5.13 upgrade script. For 5.14 there's no upgrade script and yes you need to update the ACT_GE_PROPERTY table yourself.