Add Comparison Options to Flyway Desktop GUI
Incorporate the comparison Option settings and or Filters into the GUI so you don't have to manipulate the JSON file manually. This was an option on SQL Source Control it just looks like it wasn't incorporated yet into Flyaway.
Also add options to filter specific DDL statements in Comparison options we have an application that likes to disable and enable triggers during loads so these get in different stages depending on the state of our database. It would be nice to ignore these and not see them as differences when looking or comparing them in Flyway desktop. We can't exclude them in our database as they are triggers we need but we really don't need to compare source control to the database to know that one is enabled and the other is disabled its ok for us as the application turns these on and off as necessary.
The ability to configure comparison options was released for SQL Server and Oracle in v 6.4.5. You can learn more about this at https://documentation.red-gate.com/fd/comparison-options-138347103.html.
You can get the latest version from our website, www.redgate.com/flyway or by checking for updates from the top right notifications menu.
-
Tim Goergen commented
Having a UI for both Comparison Options and Filters is a strong need for Flyway Desktop.