FIXME cleanup

This commit is contained in:
Ken Stevens 2019-11-02 21:36:03 -04:00
parent 4cdde60917
commit 8ee06855d7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class FlywayMigrator {
}
private Flyway initFlyway(DriverTypeEnum.ConnectionProperties theConnectionProperties) {
// FIXME KHS Try creating from datasource
// TODO KHS Is there a way we can use datasource instead of url, username, password here
Flyway flyway = Flyway.configure()
.dataSource(myConnectionUrl, myUsername, myPassword)
.baselineOnMigrate(true)