Flyway Generate Force Setting
Published 15 January 2025
Description
If the migration script already exists, overwrite it.
Type
Boolean
Default
false
Usage
Flyway Desktop
This can't be added to a configuration file via Flyway Desktop.
Command-line
./flyway generate -force=true
TOML Configuration File
[flyway.generate]
force = true