bpmc/ebpm-process-code/lib/bpmc-engine-5.16.4/org/activiti/db/drop/activiti.db2.drop.identity.sql
2024-08-14 15:17:51 +08:00

11 lines
254 B
SQL

alter table ACT_ID_MEMBERSHIP
drop foreign key ACT_FK_MEMB_GROUP;
alter table ACT_ID_MEMBERSHIP
drop foreign key ACT_FK_MEMB_USER;
drop table ACT_ID_INFO;
drop table ACT_ID_MEMBERSHIP;
drop table ACT_ID_GROUP;
drop table ACT_ID_USER;