Flyway Generate Description Setting
Published 15 January 2025
Description
The description part of the migration name.
Type
String
Default
none
Usage
Flyway Desktop
This can't be added to a configuration file via Flyway Desktop.
Command-line
./flyway generate -description="addTable"
TOML Configuration File
It is unlikely to be desirable to specify this in a configuration file, but it is possible:
[flyway.generate]
description = "addTable"