-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathflowable.h2.drop.common.sql
More file actions
82 lines (58 loc) · 2.9 KB
/
flowable.h2.drop.common.sql
File metadata and controls
82 lines (58 loc) · 2.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
drop table if exists FLW_RU_BATCH_PART cascade constraints;
drop table if exists FLW_RU_BATCH cascade constraints;
drop index if exists FLW_IDX_BATCH_PART;
drop table if exists ACT_RU_ENTITYLINK cascade constraints;
drop index if exists ACT_IDX_ENT_LNK_SCOPE;
drop index if exists ACT_IDX_ENT_LNK_SCOPE_DEF;
drop table if exists ACT_HI_ENTITYLINK cascade constraints;
drop index if exists ACT_IDX_HI_ENT_LNK_SCOPE;
drop index if exists ACT_IDX_HI_ENT_LNK_SCOPE_DEF;
drop table if exists ACT_RU_EVENT_SUBSCR cascade constraints;
drop index if exists ACT_IDX_EVENT_SUBSCR_CONFIG_;
drop index if exists ACT_IDX_EVENT_SUBSCR_SCOPEREF_;
drop table if exists ACT_RU_IDENTITYLINK cascade constraints;
drop index if exists ACT_IDX_IDENT_LNK_USER;
drop index if exists ACT_IDX_IDENT_LNK_GROUP;
drop index if exists ACT_IDX_IDENT_LNK_SCOPE;
drop index if exists ACT_IDX_IDENT_LNK_SUB_SCOPE;
drop index if exists ACT_IDX_IDENT_LNK_SCOPE_DEF;
drop table if exists ACT_HI_IDENTITYLINK cascade constraints;
drop index if exists ACT_IDX_HI_IDENT_LNK_USER;
drop index if exists ACT_IDX_HI_IDENT_LNK_SCOPE;
drop index if exists ACT_IDX_HI_IDENT_LNK_SUB_SCOPE;
drop index if exists ACT_IDX_HI_IDENT_LNK_SCOPE_DEF;
drop index if exists ACT_IDX_JOB_SCOPE;
drop index if exists ACT_IDX_JOB_SUB_SCOPE;
drop index if exists ACT_IDX_JOB_SCOPE_DEF;
drop index if exists ACT_IDX_TJOB_SCOPE;
drop index if exists ACT_IDX_TJOB_SUB_SCOPE;
drop index if exists ACT_IDX_TJOB_SCOPE_DEF;
drop index if exists ACT_IDX_SJOB_SCOPE;
drop index if exists ACT_IDX_SJOB_SUB_SCOPE;
drop index if exists ACT_IDX_SJOB_SCOPE_DEF;
drop index if exists ACT_IDX_DJOB_SCOPE;
drop index if exists ACT_IDX_DJOB_SUB_SCOPE;
drop index if exists ACT_IDX_DJOB_SCOPE_DEF;
drop index if exists ACT_IDX_EJOB_SCOPE;
drop index if exists ACT_IDX_EJOB_SUB_SCOPE;
drop index if exists ACT_IDX_EJOB_SCOPE_DEF;
drop table if exists ACT_RU_JOB cascade constraints;
drop table if exists ACT_RU_EXTERNAL_JOB cascade constraints;
drop table if exists ACT_RU_TIMER_JOB cascade constraints;
drop table if exists ACT_RU_SUSPENDED_JOB cascade constraints;
drop table if exists ACT_RU_DEADLETTER_JOB cascade constraints;
drop table if exists ACT_RU_HISTORY_JOB cascade constraints;
drop table if exists ACT_RU_TASK cascade constraints;
drop index if exists ACT_IDX_TASK_CREATE;
drop table if exists ACT_HI_TASKINST cascade constraints;
drop table if exists ACT_HI_TSK_LOG cascade constraints;
drop index if exists ACT_IDX_HI_TASK_SCOPE;
drop index if exists ACT_IDX_HI_TASK_SUB_SCOPE;
drop index if exists ACT_IDX_HI_TASK_SCOPE_DEF;
drop table if exists ACT_RU_VARIABLE cascade constraints;
drop table if exists ACT_HI_VARINST cascade constraints;
drop index if exists ACT_IDX_HI_PROCVAR_NAME_TYPE;
drop index if exists ACT_IDX_HI_VAR_SCOPE_ID_TYPE;
drop index if exists ACT_IDX_HI_VAR_SUB_ID_TYPE;
drop table if exists ACT_GE_BYTEARRAY cascade constraints;
drop table if exists ACT_GE_PROPERTY cascade constraints;