I am using flyway command line tool for DB migrations. If I put the SQL migrations in SQL directory it works fine. However if I set the Locations property to path on file system, it fails without any warning or error.
for eg: flyway.locations=/file-path/
How to specify the file system path? I don’t want to put my migrations in SQL directory.
This is currently not supported yet: https://github.com/flyway/flyway/issues/108
As a workaround you can symlink /sql to the directory you want to use.