Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Generate Timestamp Setting

Description

Generate 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 generate -timestamp="auto"

TOML Configuration File

[flyway.generate]
timestamp = "auto"

Didn't find what you were looking for?