Is it possible to specify different sql locations for different environments in the config?
charonme
Posts: 3 New member
Is it possible to specify different sql locations for different
environments in the config? If not, what is the recommended way of using flyway with multiple different projects on the same machine?
Tagged:
Answers
Product Manager
Redgate Software
Which edition of Flyway are you using? If you're on Teams or Enterprise there is the shouldExecute parameter which allows you to set a deployment rule (expression) for each migration script.
Product Manager
Redgate Software
10.11.0
flyway -configFiles=conf/proj1.toml -environment=local migrate