Tutorial - Enable migrations
Published 12 September 2025
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
