Back to Flyway

Flyway Add Version Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway Add Namespace/Flyway Add Version Setting.md

latest456 B
Original Source

Description

The version part of the migration name.

Type

String

Default

<i>calculated automatically based on the migration type</i>

Usage

Flyway Desktop

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

Command-line

bash
./flyway add -version="001"

TOML Configuration File

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

toml
[flyway.add]
version = "001"