mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Schema compare options update to ensure tests pass
Schema compare options update to ensure tests pass
This commit is contained in:
@@ -180,6 +180,8 @@ namespace Microsoft.SqlTools.ServiceLayer.SchemaCompare.Contracts
|
|||||||
|
|
||||||
public bool IgnoreColumnOrder { get; set; }
|
public bool IgnoreColumnOrder { get; set; }
|
||||||
|
|
||||||
|
public bool IgnoreTablePartitionOptions { get; set; } // DW Specific
|
||||||
|
|
||||||
public string AdditionalDeploymentContributorPaths { get; set; } = string.Empty;
|
public string AdditionalDeploymentContributorPaths { get; set; } = string.Empty;
|
||||||
|
|
||||||
public ObjectType[] DoNotDropObjectTypes { get; set; } = null;
|
public ObjectType[] DoNotDropObjectTypes { get; set; } = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user