mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-01 17:24:42 -05:00
fixed couple of issues in restore (#470)
This commit is contained in:
@@ -3501,6 +3501,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string NoBackupsetsToRestore
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.NoBackupsetsToRestore);
|
||||
}
|
||||
}
|
||||
|
||||
public static string ScriptTaskName
|
||||
{
|
||||
get
|
||||
@@ -4947,6 +4955,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string TheLastBackupTaken = "TheLastBackupTaken";
|
||||
|
||||
|
||||
public const string NoBackupsetsToRestore = "NoBackupsetsToRestore";
|
||||
|
||||
|
||||
public const string ScriptTaskName = "ScriptTaskName";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user