Pass-through parallel migration

We have many projects running on many servers looking in one database, we are thinking to set up Flyway for each project to control our database structure.

But we are concerned about the issue of parallel migration if some projects are redeployed to Sametime. (Outside of us, we always care about "if any" in sql syntax)

How does it work with simultaneous changes on the same data table or other strict things?

+3


source to share


1 answer


Works as expected. See the answer in the FAQ: http://flywaydb.org/documentation/faq.html#parallel



+2


source







All Articles