Open schema compare script (#5515)

* don't prompt for script file name anymore

* bump sqltoolsservice version so the generated script gets opened
This commit is contained in:
kisantia
2019-05-21 10:30:18 -07:00
committed by GitHub
parent 77413ad25c
commit c84367e2ee
8 changed files with 12 additions and 31 deletions

View File

@@ -468,7 +468,7 @@ export abstract class ExtHostDataProtocolShape {
/**
* Schema compare generate script
*/
$schemaCompareGenerateScript(handle: number, operationId: string, targetDatabaseName: string, scriptFilePath: string, taskExecutionMode: azdata.TaskExecutionMode): Thenable<azdata.ResultStatus> { throw ni(); }
$schemaCompareGenerateScript(handle: number, operationId: string, targetServerName: string, targetDatabaseName: string, taskExecutionMode: azdata.TaskExecutionMode): Thenable<azdata.ResultStatus> { throw ni(); }
/**
* Schema compare publish changes