activiti.hsql.drop.engine.sql 955 B

12345678910111213141516171819202122
  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_RU_EXECUTION cascade;
  6. drop table if exists ACT_RU_JOB cascade;
  7. drop table if exists ACT_RE_PROCDEF 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;
  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;