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"