Back to Flyway

SQL Server Data Dont Include Comments In Script Setting

documentation/Reference/Configuration/Redgate Compare Namespace/Redgate Compare SQL Server Namespace/SQL Server Data Deployment Options Namespace/SQL Server Data Dont Include Comments In Script Setting.md

latest554 B
Original Source

Description

Do not include the comments in the deployment script.

If comments are included, it is easier to locate items in the output.

Type

Boolean

Default

false

Usage

Flyway Desktop

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

Command-line

powershell
./flyway diff -redgateCompare.sqlserver.data.options.deployment.dontIncludeCommentsInScript=true

TOML Configuration File

toml
[redgateCompare.sqlserver.data.options.deployment]
dontIncludeCommentsInScript = true