Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Diff Include Flyway Objects Setting

Description

Should the diff include flyway objects (e.g. schema history table).

Type

Boolean

Default

false

Usage

Flyway Desktop

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

Command-line

./flyway diff -source="env:development" -target="schemaModel" -includeFlywayObjects=true

TOML Configuration File

[flyway.diff]
includeFlywayObjects = true

Didn't find what you were looking for?