Flyway Prepare Script Filename Setting
Published 15 January 2025
Description
The path to the script that will be deployed.
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 prepare -scriptFilename="output.sql"
TOML Configuration File
[flyway.prepare]
scriptFilename = "output.sql"