Flyway Schema Model Location Setting
Published 15 January 2025
Description
The location of the schema model folder. If not set then this defaults to the folder "schema-model" in the current working directory.
It may be necessary to specify this option if using schemaModel
as a comparison source or target with the
diff
command. It may also be necessary to specify this option if using the
model
command to apply changes to the schema
model.
Type
String
Default
none
Usage
Flyway Desktop
This can't be configured via Flyway Desktop, although it will be honoured.
Command-line
./flyway -schemaModelLocation="C:\Users\FlywayUser\Project\schema-model"
TOML Configuration File
[flyway]
schemaModelLocation = 'C:\Users\FlywayUser\Project\schema-model'