Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Add Version Setting

Description

The version part of the migration name.

Type

String

Default

calculated automatically based on the migration type

Usage

Flyway Desktop

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

Command-line

./flyway add -version="001"

TOML Configuration File

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

[flyway.add]
version = "001"

Didn't find what you were looking for?