SQL Server Data Dont Include Comments In Script Setting
Published 15 January 2025
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
./flyway diff -redgateCompare.sqlserver.data.options.deployment.dontIncludeCommentsInScript=true
TOML Configuration File
[redgateCompare.sqlserver.data.options.deployment]
dontIncludeCommentsInScript = true