Back to Flyway

SQL Server Ignore User Properties Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Ignore Options Namespace/SQL Server Ignore User Properties Setting.md

latest744 B
Original Source

Description

If this option is not selected, user properties are compared, such as the type of user (SQL, Windows, certificate-based, asymmetric key based) and any schema. If a user is selected for deployment, the properties are deployed where possible.

If you select this option, users' properties are ignored, and only the user name is compared and deployed.

Type

Boolean

Default

true

Usage

Flyway Desktop

This can be set from the comparison options settings in SQL Server projects.

Command-line

powershell
./flyway diff -redgateCompare.sqlserver.options.ignores.ignoreUserProperties=false

TOML Configuration File

toml
[redgateCompare.sqlserver.options.ignores]
ignoreUserProperties = false