From 5294dfeff9b6f9fe4877ea8ae2dde32a087471ba Mon Sep 17 00:00:00 2001 From: Tijs Rademakers Date: Tue, 20 Aug 2024 12:50:37 +0200 Subject: [PATCH] Remove duplicate drop index statements --- .../db/drop/flowable.mysql.drop.common.sql | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/modules/flowable-engine-common/src/main/resources/org/flowable/common/db/drop/flowable.mysql.drop.common.sql b/modules/flowable-engine-common/src/main/resources/org/flowable/common/db/drop/flowable.mysql.drop.common.sql index 2e90b319709..e19860eb13a 100644 --- a/modules/flowable-engine-common/src/main/resources/org/flowable/common/db/drop/flowable.mysql.drop.common.sql +++ b/modules/flowable-engine-common/src/main/resources/org/flowable/common/db/drop/flowable.mysql.drop.common.sql @@ -106,42 +106,6 @@ drop index ACT_IDX_EJOB_SCOPE on ACT_RU_EXTERNAL_JOB; drop index ACT_IDX_EJOB_SUB_SCOPE on ACT_RU_EXTERNAL_JOB; drop index ACT_IDX_EJOB_SCOPE_DEF on ACT_RU_EXTERNAL_JOB; -drop index ACT_IDX_JOB_EXCEPTION_STACK_ID on ACT_RU_JOB; -drop index ACT_IDX_JOB_CUSTOM_VALUES_ID on ACT_RU_JOB; -drop index ACT_IDX_JOB_CORRELATION_ID on ACT_RU_JOB; -drop index ACT_IDX_JOB_SCOPE on ACT_RU_JOB; -drop index ACT_IDX_JOB_SUB_SCOPE on ACT_RU_JOB; -drop index ACT_IDX_JOB_SCOPE_DEF on ACT_RU_JOB; - -drop index ACT_IDX_TIMER_JOB_EXCEPTION_STACK_ID on ACT_RU_TIMER_JOB; -drop index ACT_IDX_TIMER_JOB_CUSTOM_VALUES_ID on ACT_RU_TIMER_JOB; -drop index ACT_IDX_TIMER_JOB_CORRELATION_ID on ACT_RU_TIMER_JOB; -drop index ACT_IDX_TIMER_JOB_DUEDATE on ACT_RU_TIMER_JOB; -drop index ACT_IDX_TJOB_SCOPE on ACT_RU_TIMER_JOB; -drop index ACT_IDX_TJOB_SUB_SCOPE on ACT_RU_TIMER_JOB; -drop index ACT_IDX_TJOB_SCOPE_DEF on ACT_RU_TIMER_JOB; - -drop index ACT_IDX_SUSPENDED_JOB_EXCEPTION_STACK_ID on ACT_RU_SUSPENDED_JOB; -drop index ACT_IDX_SUSPENDED_JOB_CUSTOM_VALUES_ID on ACT_RU_SUSPENDED_JOB; -drop index ACT_IDX_SUSPENDED_JOB_CORRELATION_ID on ACT_RU_SUSPENDED_JOB; -drop index ACT_IDX_SJOB_SCOPE on ACT_RU_SUSPENDED_JOB; -drop index ACT_IDX_SJOB_SUB_SCOPE on ACT_RU_SUSPENDED_JOB; -drop index ACT_IDX_SJOB_SCOPE_DEF on ACT_RU_SUSPENDED_JOB; - -drop index ACT_IDX_DEADLETTER_JOB_EXCEPTION_STACK_ID on ACT_RU_DEADLETTER_JOB; -drop index ACT_IDX_DEADLETTER_JOB_CUSTOM_VALUES_ID on ACT_RU_DEADLETTER_JOB; -drop index ACT_IDX_DEADLETTER_JOB_CORRELATION_ID on ACT_RU_DEADLETTER_JOB; -drop index ACT_IDX_DJOB_SCOPE on ACT_RU_DEADLETTER_JOB; -drop index ACT_IDX_DJOB_SUB_SCOPE on ACT_RU_DEADLETTER_JOB; -drop index ACT_IDX_DJOB_SCOPE_DEF on ACT_RU_DEADLETTER_JOB; - -drop index ACT_IDX_EXTERNAL_JOB_EXCEPTION_STACK_ID on ACT_RU_EXTERNAL_JOB; -drop index ACT_IDX_EXTERNAL_JOB_CUSTOM_VALUES_ID on ACT_RU_EXTERNAL_JOB; -drop index ACT_IDX_EXTERNAL_JOB_CORRELATION_ID on ACT_RU_EXTERNAL_JOB; -drop index ACT_IDX_EJOB_SCOPE on ACT_RU_EXTERNAL_JOB; -drop index ACT_IDX_EJOB_SUB_SCOPE on ACT_RU_EXTERNAL_JOB; -drop index ACT_IDX_EJOB_SCOPE_DEF on ACT_RU_EXTERNAL_JOB; - drop table if exists ACT_RU_JOB; drop table if exists ACT_RU_TIMER_JOB; drop table if exists ACT_RU_SUSPENDED_JOB;