提交 56490c49 编写于 作者: J Joram Barrez

Merge pull request #180 from spneto/patch-1

Dropping FK before UK to avoid MySQL error 150
alter table ACT_RU_TASK alter table ACT_RU_TASK
add CATEGORY_ varchar(255); add CATEGORY_ varchar(255);
alter table ACT_RU_EXECUTION drop index ACT_UNIQ_RU_BUS_KEY; alter table ACT_RU_EXECUTION drop foreign key ACT_FK_EXE_PROCDEF;
alter table ACT_RU_EXECUTION drop index ACT_UNIQ_RU_BUS_KEY;
alter table ACT_RU_EXECUTION
add constraint ACT_FK_EXE_PROCDEF
foreign key (PROC_DEF_ID_)
references ACT_RE_PROCDEF (ID_);
update ACT_GE_PROPERTY set VALUE_ = '5.15-SNAPSHOT' where NAME_ = 'schema.version'; update ACT_GE_PROPERTY set VALUE_ = '5.15-SNAPSHOT' where NAME_ = 'schema.version';
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册