Redgate Flyway

For PostgreSQL users - where are your DBs hosted?

Flyway Init Database Type Setting

Description

The database type of the project. Will set databaseType in the generated configuration file. The generated configuration file will contain default configurations appropriate to the specified database type.

Type

String

Default

This is normally a required parameter of the init command. This is only optional when importing a project from SQL Source Control or Source Control for Oracle.

Usage

Command-line

./flyway init -name="My Project" -databaseType="sqlserver"

Didn't find what you were looking for?