Flyway Init Project Name Setting
Published 15 January 2025
Description
The name of the project. Will set name
in the generated configuration file.
Type
String
Default
This is normally a required parameter of the init
command. This is only optional when upgrading or importing a project, at which point the default is the name of the source project.
Usage
Command-line
flyway init -projectName="My Project" -databaseType="sqlserver"