Update SC dialog to save/read file structure to/from schema compare file (#22727)

* Read/Send ExtractTarget information from/to STS

* Remove comment

* Cleanup comment and update azdata dependency
This commit is contained in:
Sakshi Sharma
2023-04-14 11:47:59 -07:00
committed by GitHub
parent 18a541b0a6
commit d69e5b97df
8 changed files with 47 additions and 35 deletions

View File

@@ -135,7 +135,7 @@ declare module 'mssql' {
connectionName?: string;
projectFilePath: string;
targetScripts: string[];
folderStructure: ExtractTarget;
extractTarget: ExtractTarget;
dataSchemaProvider: string;
}