public interface JdbcMigration
When the JdbcMigration implements ConfigurationAware, the master
MigrationConfig is automatically injected upon creation, which is
useful for getting placeholder and schema information.
| Modifier and Type | Method and Description |
|---|---|
void |
migrate(Connection connection)
Execute the migration using the connection.
|
void migrate(Connection connection)
Copyright © 2018. All rights reserved.