Redgate Flyway

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

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?