Posts
Sort by recent activity
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...