Flyway Diff Include Flyway Objects Setting
Published 15 January 2025
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