From: Johannes Meyer Date: Thu, 16 Jan 2014 11:25:46 +0000 (+0100) Subject: Fix that "categories" is not a valid attribute for DbConnection objects X-Git-Tag: v0.0.7~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aca228950af45a85be3fa42e91089dff26fbe9c;p=icinga2 Fix that "categories" is not a valid attribute for DbConnection objects refs #5482 --- diff --git a/lib/db_ido/db_ido-type.conf b/lib/db_ido/db_ido-type.conf index e127c0889..0bd1764ab 100644 --- a/lib/db_ido/db_ido-type.conf +++ b/lib/db_ido/db_ido-type.conf @@ -37,4 +37,6 @@ type DbConnection { %attribute number "servicechecks_age", %attribute number "systemcommands_age", }, + + %attribute number "categories" }