Flyway Init From Type Setting
Published 15 January 2025
Description
The type of project to import.
Type
String
Valid values
"Conf"
- for upgrading a Flyway .conf file to TOML"SqlSourceControl"
- for importing a SQL Source Control project"SourceControlForOracle"
- for importing a Source Control for Oracle project
Default
There is no default. If from
is specified, this will be derived.
Usage
Command-line
flyway init -projectName=MyProject -databaseType=Sqlite -fromType=Conf