Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Deploy Script Filename Setting

Description

The path to the script that will be deployed. This will be resolved relative to the working directory.

Type

String

Default

deployments/D__deployment.sql

Usage

Flyway Desktop

This can't be added to a configuration file via Flyway Desktop.

Command-line

./flyway deploy -scriptFilename="output.sql"

TOML Configuration File

[flyway.deploy]
scriptFilename = "output.sql"

Didn't find what you were looking for?