3 results found
-
Show version history on a table
It would be so helpful if there was some way to see the version history on an table, stored procedure, etc. With a team our size, we are often trying to look back and see who submitted a change to a table and why. We use a naming convention for our migrations that includes the user story id so just showing the migration script that caused the change would help so much.
1 voteIf you are using Flyway Teams or Flyway Enterprise with SQL Server, Oracle, PostgreSQL, and/or MySQL, then we capture the model for all the objects in your database/schema on disk. This can be committed to your version control system so you have a history of every single change made to each object. Learn more at https://documentation.red-gate.com/fd/schema-model-138347045.html.
-
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…
7 votesThe 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.
-
Static Data
When can we expect to see static data in flyway?
1 voteWe released support for tracking Static Data in version control and generating versioned and undo migrations for Static Data in Q4 2022. This currently supports SQL Server and Oracle databases. If you would like other database support, please create a new suggestion (or vote on an existing suggestion, if one exists).
Learn more about Static Data - https://documentation.red-gate.com/fd/data-138347109.html
To include Static Data in your model and generate migrations scripts for Static Data changes, you will need a Flyway Enterprise license.
- Don't see your idea?