Flyway Generate Timestamp Setting
Published 15 January 2025
Description
Generate a timestamp to the calculated version if one is not already present.
See generating migrations for more details.
Type
String
Valid values
"always"
"auto"
"never"
Default
"auto"
Usage
Flyway Desktop
This can't be added to a configuration file via Flyway Desktop.
Command-line
./flyway generate -timestamp="auto"
TOML Configuration File
[flyway.generate]
timestamp = "auto"