Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
david-garcia-garcia committed Mar 27, 2024
1 parent 7af0e3a commit d2e5c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/Get-DbaBackupInformation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ function Get-DbaBackupInformation {
$historyObject.LastLsn = $group.Group[0].LastLsn
$historyObject.SoftwareVersionMajor = $group.Group[0].SoftwareVersionMajor
$historyObject.RecoveryModel = $group.Group.RecoveryModel
$historyObject.IsCopyOnly = $group.Group[0].IsCopyOnly
$groupResults += $historyObject
}
}
Expand Down

0 comments on commit d2e5c06

Please sign in to comment.