activiti.postgres.drop.identity.sql 174 B

1234
  1. drop table if exists ACT_ID_INFO cascade;
  2. drop table if exists ACT_ID_GROUP cascade;
  3. drop table if exists ACT_ID_MEMBERSHIP cascade;
  4. drop table if exists ACT_ID_USER cascade;