SQL Server Include Dependencies Setting

Description

Includes dependent objects when comparing and deploying databases. For example, if a view depends on a table then the table will be deployed when deploying the view.

Type

Boolean

Default

true

Usage

Flyway Desktop

This cannot currently be configured from Flyway Desktop, although it will be honoured.

Command-line

./flyway model -redgateCompare.sqlserver.options.behavior.includeDependencies=false

TOML Configuration File

[redgateCompare.sqlserver.options.behavior]
includeDependencies = false

Didn't find what you were looking for?