Flyway Add Timestamp Setting
Published 15 January 2025
Description
Add a timestamp to the calculated version if one is not already present.
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 add -timestamp="auto"
TOML Configuration File
[flyway.add]
timestamp = "auto"