Back to Flyway

Flyway Desktop Generate Undo Scripts Setting

documentation/Reference/Configuration/Flyway Desktop Namespace/Flyway Desktop Generate Namespace/Flyway Desktop Generate Undo Scripts Setting.md

latest367 B
Original Source

Description

When enabled, an undo script will be generated for every versioned migration which is generated in Flyway Desktop.

Type

Boolean

Default

false

Usage

Flyway Desktop

This setting can be configured from the project settings menu in Flyway Desktop.

TOML Configuration File

toml
[flywayDesktop.generate]
undoScripts = true