public abstract class AbstractBoot3InitialSetupMigration
extends org.springframework.cloud.dataflow.common.flyway.AbstractMigration
Constructor and Description |
---|
AbstractBoot3InitialSetupMigration() |
Modifier and Type | Method and Description |
---|---|
abstract List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
createBatch5Tables()
Creates the spring-batch V5 tables.
|
abstract List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
createTask3Tables()
Creates the spring-cloud-task V3 tables.
|
List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
getCommands() |
migrate
public List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> getCommands()
getCommands
in class org.springframework.cloud.dataflow.common.flyway.AbstractMigration
public abstract List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> createTask3Tables()
public abstract List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> createBatch5Tables()
Copyright © 2024 Pivotal Software, Inc.. All rights reserved.