Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Check Changes Source Setting

Flyway Enterprise

This is available in Flyway CLI only

Description

The deployment source to generate a change report from

Type

String

Valid values

  • "migrations"
  • "schemaModel"

Default

"migrations"

Usage

Flyway Desktop

This can't be added to a configuration file via Flyway Desktop.

Command-line

./flyway check -changes -url="jdbc://url" -check.changesSource="migrations"

TOML Configuration File

[flyway.check]
changesSource = "migrations"

Configuration File

flyway.check.changesSource=migrations

Didn't find what you were looking for?