Merge pull request #1908 from semaphoreui/1847-restoring-project-doesnt-set-inventory-string

fix(backups): add inventory field
This commit is contained in:
Denis Gukov 2024-04-03 11:28:33 +02:00 committed by GitHub
commit a38151020d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {