Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Add Timestamp Setting

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"

Didn't find what you were looking for?