activiti.postgres.drop.engine.sql 594 B

12345678910111213
  1. drop table if exists ACT_GE_PROPERTY cascade;
  2. drop table if exists ACT_GE_BYTEARRAY cascade;
  3. drop table if exists ACT_RE_DEPLOYMENT cascade;
  4. drop table if exists ACT_RE_MODEL cascade;
  5. drop table if exists ACT_RE_PROCDEF cascade;
  6. drop table if exists ACT_RU_EXECUTION cascade;
  7. drop table if exists ACT_RU_JOB cascade;
  8. drop table if exists ACT_RU_TASK cascade;
  9. drop table if exists ACT_RU_IDENTITYLINK cascade;
  10. drop table if exists ACT_RU_VARIABLE cascade;
  11. drop table if exists ACT_RU_EVENT_SUBSCR cascade;
  12. drop table if exists ACT_EVT_LOG cascade;
  13. drop table if exists ACT_PROCDEF_INFO cascade;