IcingaNotification: add apply_to column
This commit is contained in:
parent
b2b2140dcf
commit
44e2c73f79
|
@ -13,6 +13,7 @@ class IcingaNotification extends IcingaObject
|
|||
'object_name' => null,
|
||||
'object_type' => null,
|
||||
'disabled' => 'n',
|
||||
'apply_to' => null,
|
||||
'host_id' => null,
|
||||
'service_id' => null,
|
||||
// 'users' => null,
|
||||
|
|
Loading…
Reference in New Issue