public class R__Hibernate_Sequence extends 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<SqlCommand> |
getCommands()
Gets the commands.
|
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 AbstractMigrationExceptionpublic List<SqlCommand> getCommands()
AbstractMigrationgetCommands in class AbstractMigrationCopyright © 2019 Pivotal Software, Inc.. All rights reserved.