Flyway provides a lot of flexibility for releasing database changes in a safe and repeatable manner. Earlier this year, we added the ability to automate state-based deployments. This means the structure of the database is defined in version control and Flyway handles updating a target database to match it. The Flyway comparison engine does all The post New in Flyway: Pre and post deployment scripts for state-based deployments via callbacks appeared first on Redgate.