CloudMigrations: Store encryption key in unified secrets table (#90908)
* store encryption key in unified secrets table * fix local dev mode * make metadata more realistic * fix tests * fix sql queries against postgres * fix stats endpoint
This commit is contained in:
@@ -307,6 +307,7 @@ type GetSnapshotResponseDTO struct {
|
||||
type SnapshotResourceStats struct {
|
||||
Types map[MigrateDataType]int `json:"types"`
|
||||
Statuses map[ItemStatus]int `json:"statuses"`
|
||||
Total int `json:"total"`
|
||||
}
|
||||
|
||||
// swagger:parameters getShapshotList
|
||||
|
||||
Reference in New Issue
Block a user