Redgate Flyway

Tutorial - Enable migrations

Update your project to use migrations as your deployment source.

This can be found under project settings:

Set the enabledMigrations  setting in the toml configuration file to true :

[flywayDesktop]
developmentEnvironment = "development"
enableMigrations = true
shadowEnvironment = "shadow"



This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?