Reputation: 7683
I have a project for which i want to manage the database migrations with flyway. The version is 3.1.
I don't want to put references to this project inside the flyway installation dir, but all database and migration information have to be self-contained in the project directory.
How can I achieve this? Which folders and configuration files am I supposed to have in my project dir?
Upvotes: 0
Views: 901
Reputation: 35169
This is implemented in Flyway 3.2, to be released this week.
Upvotes: 1