fix(backups): add inventory field

This commit is contained in:
fiftin 2024-04-03 11:02:29 +02:00
parent ff6005bc24
commit f20451b4c8
No known key found for this signature in database
GPG Key ID: 044381366A5D4731

View File

@ -128,6 +128,7 @@ func (e BackupInventory) Restore(store db.Store, b *BackupDB) error {
Type: e.Type,
SSHKeyID: SSHKeyID,
BecomeKeyID: BecomeKeyID,
Inventory: e.Inventory,
},
)
if err != nil {