public abstract class AbstractCreateBatchIndexesMigration
extends org.springframework.cloud.dataflow.common.flyway.AbstractMigration
Modifier and Type | Field and Description |
---|---|
protected static String |
CREATE_BATCH_JOB_EXECUTION_START_TIME_INDEX |
protected static String |
CREATE_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX |
protected static String |
CREATE_BOOT3_BATCH_JOB_EXECUTION_START_TIME_INDEX |
protected static String |
CREATE_BOOT3_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX |
protected static String |
CREATE_BOOT3_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX |
protected static String |
CREATE_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX |
Constructor and Description |
---|
AbstractCreateBatchIndexesMigration() |
Modifier and Type | Method and Description |
---|---|
List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
getCommands() |
migrate
protected static final String CREATE_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX
protected static final String CREATE_BOOT3_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX
protected static final String CREATE_BOOT3_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX
protected static final String CREATE_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX
protected static final String CREATE_BATCH_JOB_EXECUTION_START_TIME_INDEX
protected static final String CREATE_BOOT3_BATCH_JOB_EXECUTION_START_TIME_INDEX
public List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> getCommands()
getCommands
in class org.springframework.cloud.dataflow.common.flyway.AbstractMigration
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.