Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Generate Types Setting

Description

An array of types of script to generate.

Type

String array

Valid values

  • "versioned"
  • "undo"
  • "baseline"

Default

["versioned"]

Usage

Flyway Desktop

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

Command-line

./flyway generate -types="versioned"

TOML Configuration File

[flyway.generate]
types = [ "versioned", "undo" ]

Didn't find what you were looking for?