mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
Make flyway protected so other apps can access it (#4372)
This commit is contained in:
parent
0a0fc92f32
commit
441937238f
@ -15,7 +15,7 @@ trait DbManagement extends Logging {
|
||||
|
||||
import scala.language.implicitConversions
|
||||
|
||||
private lazy val flyway: Flyway = {
|
||||
protected lazy val flyway: Flyway = {
|
||||
val module = appConfig.moduleName
|
||||
|
||||
val driverName = appConfig.driver match {
|
||||
|
Loading…
Reference in New Issue
Block a user