activiti.postgres.drop.history.sql 369 B

12345678
  1. drop table if exists ACT_HI_PROCINST cascade;
  2. drop table if exists ACT_HI_ACTINST cascade;
  3. drop table if exists ACT_HI_VARINST cascade;
  4. drop table if exists ACT_HI_TASKINST cascade;
  5. drop table if exists ACT_HI_DETAIL cascade;
  6. drop table if exists ACT_HI_COMMENT cascade;
  7. drop table if exists ACT_HI_ATTACHMENT cascade;
  8. drop table if exists ACT_HI_IDENTITYLINK cascade;