FlywayConfiguration.

Schemas Property

Summary

List of schemas managed by Flyway. These schema names are case-sensitive. (default: The default schema for the datasource connection)

Consequences:
  • The first schema in the list will be automatically set as the default one during the migration.
  • The first schema in the list will also be the one containing the metadata table.
  • The schemas will be cleaned in the order of this list.
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public IList<string> Schemas { get; }

Value

Type Description
IList<string>