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"




Didn't find what you were looking for?