Skip to content

Commit

Permalink
UnreachableParent: Properly retrieve child_id with postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Jan 15, 2025
1 parent c2549fa commit c42d469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Icingadb/Model/UnreachableParent.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function createBehaviors(Behaviors $behaviors): void
{
$behaviors->add(new Binary([
'id',
'child_id',
'host_id',
'service_id',
'redundancy_group_id'
Expand Down

0 comments on commit c42d469

Please sign in to comment.