public class R__Hibernate_Sequence
extends org.springframework.cloud.dataflow.common.flyway.AbstractMigration
hibernate_sequence table exists.
Done for mssql via java and suppressing error as it doesn't support
"create sequence if not exists". Also we fix wrongly create hibernate_sequence
if it was created as table by replacing it with a proper sequence.| Constructor and Description |
|---|
R__Hibernate_Sequence() |
| Modifier and Type | Method and Description |
|---|---|
List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> |
getCommands() |
void |
migrate(org.flywaydb.core.api.migration.Context context) |
public void migrate(org.flywaydb.core.api.migration.Context context)
throws Exception
migrate in interface org.flywaydb.core.api.migration.JavaMigrationmigrate in class org.springframework.cloud.dataflow.common.flyway.AbstractMigrationExceptionpublic List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> getCommands()
getCommands in class org.springframework.cloud.dataflow.common.flyway.AbstractMigrationCopyright © 2022 Pivotal Software, Inc.. All rights reserved.