remove unused SchemaComparePublishChanges (#18830)

This commit is contained in:
Kim Santiago
2022-03-28 10:54:53 -07:00
committed by GitHub
parent 027bac766e
commit 893015010d
4 changed files with 0 additions and 18 deletions

View File

@@ -20,10 +20,6 @@ export class SchemaCompareTestService implements mssql.ISchemaCompareService {
}
}
schemaComparePublishChanges(operationId: string, targetServerName: string, targetDatabaseName: string, taskExecutionMode: azdata.TaskExecutionMode): Thenable<azdata.ResultStatus> {
throw new Error('Method not implemented.');
}
schemaComparePublishDatabaseChanges(operationId: string, targetServerName: string, targetDatabaseName: string, taskExecutionMode: azdata.TaskExecutionMode): Thenable<azdata.ResultStatus> {
throw new Error('Method not implemented.');
}