I am using Activiti Version 5.18, with Oracle 11g.
We have a requirement to add a new column "created_date" to all the tables. We are going to use a third party tool to replicate our primary Db to a secondary DB, where the created_date column will help replicate the date to secondary DB.
My question, Will there be any implication if we add a new columns to the Activiti tables. As the tables are dropped and created newly on each Test case it was not easy for me to run all the testcases that are part of source code.
If you could help us to testing this scenario, it would be a great help. Any help is highly appreciated.