AgostinoX
AgostinoX

Reputation: 7683

flyway, use my project directory instead of the 'centralized' flyway directory

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

Answers (1)

Axel Fontaine
Axel Fontaine

Reputation: 35169

This is implemented in Flyway 3.2, to be released this week.

Upvotes: 1

Related Questions