ebean-orm / ebean-migration

DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
Apache License 2.0
9 stars 5 forks source link

When no username supplied just get connection from DataSource to run migrations #4

Closed rbygrave closed 7 years ago

rbygrave commented 7 years ago

Currently we require the username to be set but often we could (and should) just use a connection from the DataSource ... so this change allows that.