Flyway Snapshot
DavidWNAZ
Posts: 20 Bronze 1
We're using the Flyway snapshot command to create a snapshot of the target database prior to a migration. But when attempting to open the file in SQL Compare, it errors in opening it. Are they in different formats?
Tagged:
Best Answers
-
Peter_Laws Posts: 272 Silver 2I don't believe so.
The path I'd expect this to take is that we intend to expose a programmatic interface for Flyway Desktop, which will allow for script authorship, including UNDO scripts.
This functionality is already present in the tool, it's just the interface to allow you to invoke it that in the works.
In the meantime, as you have SQL Compare available to you, could you use its cli to perform a diff between the supplied state and the current state?
Answers