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

4 lines
174 B
SQL

drop table if exists ACT_ID_INFO cascade;
drop table if exists ACT_ID_GROUP cascade;
drop table if exists ACT_ID_MEMBERSHIP cascade;
drop table if exists ACT_ID_USER cascade;