public final class V20170119170000__Migrate_Developer_To_Private_Apps
extends org.flywaydb.core.api.migration.jdbc.BaseJdbcMigration
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
INSERT_PRIVATE_APP_SQL |
private static org.slf4j.Logger |
LOGGER |
private org.springframework.jdbc.core.JdbcTemplate |
template |
Constructor and Description |
---|
V20170119170000__Migrate_Developer_To_Private_Apps() |
Modifier and Type | Method and Description |
---|---|
private org.springframework.jdbc.core.JdbcTemplate |
getTemplate(java.sql.Connection connection) |
void |
migrate(java.sql.Connection connection) |
private static final org.slf4j.Logger LOGGER
private static final java.lang.String INSERT_PRIVATE_APP_SQL
private org.springframework.jdbc.core.JdbcTemplate template