Back to Flyway

Flyway Diff Build Cherry Pick Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway Diff Namespace/Flyway Diff Build Cherry Pick Setting.md

latest550 B
Original Source

Description

If diff source or diff target is migrations, this specifies list of migrations to migrate the build environment with.

Type

String array

Default

[]

Usage

Flyway Desktop

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

Command-line

bash
./flyway diff -source="schemaModel" -target="migrations" -buildCherryPick="001"

TOML Configuration File

It is unlikely to be desirable to specify this in a config file, but it is possible:

toml
[flyway.diff]
buildCherryPick = [ "001" ]