Flyway Desktop settings

These are the Flyway Desktop configurations, used only for development using Flyway Desktop.

Elements

NameRequired?TypeDescription

development

NoStringThe name of your development environment

shadow

NoStringThe name of your shadow environment

schemaModel

YesStringThe location of your schema model folder

Example

[flywayDesktop]
development = "development"
shadow = "shadow"
schemaModel = "./schema-model"

Didn't find what you were looking for?