Back to Flyway

Flyway Add Timestamp Setting

documentation/Reference/Configuration/Flyway Namespace/Flyway Add Namespace/Flyway Add Timestamp Setting.md

latest413 B
Original Source

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

bash
./flyway add -timestamp="auto"

TOML Configuration File

toml
[flyway.add]
timestamp = "auto"