提交 40506307 编写于 作者: J jbarrez

fixing unique index on Oracle

上级 e4b7b57e
......@@ -188,10 +188,6 @@ alter table ACT_RU_EXECUTION
foreign key (SUPER_EXEC_)
references ACT_RU_EXECUTION (ID_);
alter table ACT_RU_EXECUTION
add constraint UNIQ_RU_BUS_KEY
UNIQUE (PROC_DEF_ID_, BUSINESS_KEY_);
alter table ACT_ID_MEMBERSHIP
add constraint FK_MEMB_GROUP
foreign key (GROUP_ID_)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册