Schema compare options update to ensure tests pass

Schema compare options update to ensure tests pass
This commit is contained in:
Udeesha Gautam
2020-01-14 20:42:17 -08:00
committed by GitHub
parent fe17962ac9
commit 808e8d1d6f

View File

@@ -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;