Update string to enum for folder structure (#21406)

* Update string to enum

* Remove newly added enum value
This commit is contained in:
Sakshi Sharma
2022-12-14 08:43:17 -08:00
committed by GitHub
parent bc8d4d2f48
commit d0861f01ed
11 changed files with 71 additions and 71 deletions

View File

@@ -52,7 +52,7 @@ export const mockDacpacEndpoint: mssql.SchemaCompareEndpointInfo = {
packageFilePath: mockFilePath,
connectionDetails: undefined,
projectFilePath: '',
folderStructure: '',
folderStructure: mssql.ExtractTarget.schemaObjectType,
targetScripts: [],
dataSchemaProvider: '',
};
@@ -66,7 +66,7 @@ export const mockDatabaseEndpoint: mssql.SchemaCompareEndpointInfo = {
packageFilePath: '',
connectionDetails: undefined,
projectFilePath: '',
folderStructure: '',
folderStructure: mssql.ExtractTarget.schemaObjectType,
targetScripts: [],
dataSchemaProvider: '',
};