public interface DatabaseMigrator
| Modifier and Type | Method and Description |
|---|---|
void |
migrate(Connection connection)
Perform a migration on some database connection.
|
void migrate(Connection connection)
connection - an open connection to the database.Copyright © 2011-2014. All Rights Reserved.