Share via


PostgreSqlMigrationOverwriteDbsInTarget Enum

Definition

Indicates if databases on the target server can be overwritten when already present. If set to 'False', when the migration workflow detects that the database already exists on the target server, it will wait for a confirmation.

public enum PostgreSqlMigrationOverwriteDbsInTarget
type PostgreSqlMigrationOverwriteDbsInTarget = 
Public Enum PostgreSqlMigrationOverwriteDbsInTarget
Inheritance
PostgreSqlMigrationOverwriteDbsInTarget

Fields

Name Value Description
True 0

True.

False 1

False.

Applies to