mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
Fix Backup/Restore parameters defaulting to wrong DeviceType (#1490)
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Microsoft.SqlTools.ServiceLayer.IntegrationTests.DisasterRecovery
|
||||
OwnerUri = testDb.ConnectionString,
|
||||
SelectedBackupSets = selectedBackupSets,
|
||||
SourceDatabaseName = sourceDbName,
|
||||
DeviceType = (int)DeviceType.Url
|
||||
DeviceType = DeviceType.Url
|
||||
};
|
||||
request.Options[RestoreOptionsHelper.ReadHeaderFromMedia] = string.IsNullOrEmpty(backUpFilePath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user