How can we help you today? How can we help you today?
chris080
Second migration in build.gradle
I use gradle. And in my build.gradle I set my flyway credentials for my database as follows:"def flywayUrl = System.getenv("flywayUrl") ?: project["flyway.url"]def flywayUser = System.getenv("flywa...
1 follower 1 comment 0 votes