From 44e2c73f7967e9eafd0dbe87336e1a7e3b2d5192 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 24 May 2016 17:42:17 +0200 Subject: [PATCH] IcingaNotification: add apply_to column --- library/Director/Objects/IcingaNotification.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Director/Objects/IcingaNotification.php b/library/Director/Objects/IcingaNotification.php index 16610e30..1f00498c 100644 --- a/library/Director/Objects/IcingaNotification.php +++ b/library/Director/Objects/IcingaNotification.php @@ -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,