Redgate compare settings

These are the settings relating to database comparisons and deployment script generation.

Elements

Name

Required?TypeDescription

filterFile

YesStringThe path to your Redgate filter file
By default, we use Filter.rgf or Filter.scpf in the project folder

schemaModelFormat

NoString

The format of your schema model

staticDataTables

NoStatic data tables array

Tables to track static data for

sqlServerSettings

NoSQL Server settings table

SQL Server comparison settings

oracleSettings

NoOracle settings table

Oracle comparison settings

Static data tables

Name

Required?TypeDescription

table

YesString

The name of the table to track static data for

schema

NoString

The schema this table lives in

excludedColumns

NoString array

Columns to exclude tracking static data for

Example

[redgateCompare]
filterFile = "filter.rgf"

[redgateCompare.sqlserver]
filterFile = "Filter.scpf"

[[redgateCompare.staticDataTables]]
schema = "dbo"
table = "foo"
excludedColumns = ["x", "y"]

[[redgateCompare.staticDataTables]]
schema = "dbo"
table = "bar"

More database specific settings


Didn't find what you were looking for?