Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Init From Type Setting

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

Didn't find what you were looking for?