We are running MySQL 5.5.29 and Activiti 5.14 currently.
From looking at the upgrade scripts, I would assume the following would need to be run, in order:
activiti.mysql55.upgradestep.514.to.515.engine.sql
activiti.mysql55.upgradestep.514.to.515.history.sql
activiti.mysql55.upgradestep.515.to.5151.engine.sql
I am assuming that the 514.to.515 scripts would be run then the 5.151 script would need to follow, is this a correct assumption?
Also, this is the first time I have seen a difference in scripts based on the version of MySql. (I understand this is because of a bug in the 5.15 release and MySQL 5.6.x). If we update our MySQL version to 5.6.x after this upgrade, would we need to run any of the activiti.mysql.upgradestep scripts or otherwise modify the database tables?
Thanks for any clairification,
Kent