Schema Model Location
Published 24 October 2024
Schema Model Location
Description
The location of the schema model directory. 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.
Usage
Commandline
./flyway -schemaModelLocation="C:\Users\FlywayUser\Project\schema-model"
TOML
[flyway]
schemaModelLocation = 'C:\Users\FlywayUser\Project\schema-model'