mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -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 IgnoreTablePartitionOptions { get; set; } // DW Specific
|
||||
|
||||
public string AdditionalDeploymentContributorPaths { get; set; } = string.Empty;
|
||||
|
||||
public ObjectType[] DoNotDropObjectTypes { get; set; } = null;
|
||||
|
||||
Reference in New Issue
Block a user