Reputation: 385
I am using flyway for Database migration and want to achieve the following scenario :
I have one use case in which I need to fire all scripts in single SQL DB server except one script which needs to be triggered on another SQL DB server. The purpose behind this situation is to achieve DB mirroring. Is there any possible way to achieve this?
Upvotes: 0
Views: 39