activiti.h2.drop.engine.sql 1.1 KB

12345678910111213141516171819202122
  1. drop table if exists ACT_GE_PROPERTY cascade constraints;
  2. drop table if exists ACT_GE_BYTEARRAY cascade constraints;
  3. drop table if exists ACT_RE_DEPLOYMENT cascade constraints;
  4. drop table if exists ACT_RE_MODEL cascade constraints;
  5. drop table if exists ACT_RU_EXECUTION cascade constraints;
  6. drop table if exists ACT_RU_JOB cascade constraints;
  7. drop table if exists ACT_RE_PROCDEF cascade constraints;
  8. drop table if exists ACT_RU_TASK cascade constraints;
  9. drop table if exists ACT_RU_IDENTITYLINK cascade constraints;
  10. drop table if exists ACT_RU_VARIABLE cascade constraints;
  11. drop table if exists ACT_RU_EVENT_SUBSCR cascade constraints;
  12. drop table if exists ACT_EVT_LOG cascade constraints;
  13. drop table if exists ACT_PROCDEF_INFO cascade constraints;
  14. drop index if exists ACT_IDX_EXEC_BUSKEY;
  15. drop index if exists ACT_IDX_TASK_CREATE;
  16. drop index if exists ACT_IDX_IDENT_LNK_USER;
  17. drop index if exists ACT_IDX_IDENT_LNK_GROUP;
  18. drop index if exists ACT_IDX_VARIABLE_TASK_ID;
  19. drop index if exists ACT_IDX_EVENT_SUBSCR_CONFIG_;
  20. drop index if exists ACT_IDX_ATHRZ_PROCEDEF;
  21. drop index if exists ACT_IDX_INFO_PROCDEF;