alter table ACT_RE_PROCDEF add (ENGINE_VERSION_ NVARCHAR2(255));
update ACT_RE_PROCDEF set ENGINE_VERSION_ = 'activiti-5';
alter table ACT_RE_DEPLOYMENT add (ENGINE_VERSION_ NVARCHAR2(255));
update ACT_RE_DEPLOYMENT set ENGINE_VERSION_ = 'activiti-5';
alter table ACT_RU_EXECUTION add (ROOT_PROC_INST_ID_ NVARCHAR2(64));
create index ACT_IDX_EXEC_ROOT on ACT_RU_EXECUTION(ROOT_PROC_INST_ID_);
update ACT_GE_PROPERTY set VALUE_ = '6.0.0.0' where NAME_ = 'schema.version';
alter table ACT_RE_PROCDEF add (ENGINE_VERSION_ NVARCHAR2(255));
java.sql.SQLException: ORA-01430: column being added already exists in table
It appears that the column name got created in a previous run or something like that. Could you please explain the steps that led to the failure?
Can you try running the scripts manually from Activiti 6 branch (Activiti/modules/activiti-engine/src/main/resources/org/activiti/db/upgrade at activiti-6.0.0 · Acti... )?
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.