From 5aca228950af45a85be3fa42e91089dff26fbe9c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 16 Jan 2014 12:25:46 +0100 Subject: [PATCH] Fix that "categories" is not a valid attribute for DbConnection objects refs #5482 --- lib/db_ido/db_ido-type.conf | 2 ++ 1 file changed, 2 insertions(+) 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" } -- 2.40.0