mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Add autoCutoverConfiguration to local storage (#16772)
This commit is contained in:
@@ -438,10 +438,7 @@ export interface StartDatabaseMigrationRequest {
|
||||
password: string
|
||||
},
|
||||
scope: string,
|
||||
autoCutoverConfiguration?: {
|
||||
autoCutover?: boolean,
|
||||
lastBackupName?: string
|
||||
},
|
||||
autoCutoverConfiguration: AutoCutoverConfiguration,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -507,7 +504,7 @@ export interface BackupConfiguration {
|
||||
|
||||
export interface AutoCutoverConfiguration {
|
||||
autoCutover: boolean;
|
||||
lastBackupName: string;
|
||||
lastBackupName?: string;
|
||||
}
|
||||
|
||||
export interface ErrorInfo {
|
||||
|
||||
Reference in New Issue
Block a user