Addres TODO

This commit is contained in:
James Agnew 2019-12-18 14:43:57 -05:00
parent 0b682eeb1f
commit a94b684be5
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ public class FlywayMigrator extends BaseMigrator {
}
private Flyway initFlyway(DriverTypeEnum.ConnectionProperties theConnectionProperties) {
// TODO KHS Is there a way we can use datasource instead of url, username, password here
Flyway flyway = Flyway.configure()
.table(myMigrationTableName)
.dataSource(theConnectionProperties.getDataSource())