Flyway Desktop settings
Published 21 July 2023
These are the Flyway Desktop configurations, used only for development using Flyway Desktop.
Elements
Name | Required? | Type | Description |
---|---|---|---|
development | No | String | The name of your development environment |
shadow | No | String | The name of your shadow environment |
schemaModel | Yes | String | The location of your schema model folder |
Example
[flywayDesktop] development = "development" shadow = "shadow" schemaModel = "./schema-model"