Flyway

Schema Model Location

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'

Didn't find what you were looking for?