schema/mysql: dependency vars

This commit is contained in:
Thomas Gelf 2019-07-02 15:29:30 +02:00
parent 4413a44d65
commit 161fc631ba
1 changed files with 2 additions and 0 deletions

View File

@ -1673,7 +1673,9 @@ CREATE TABLE icinga_dependency (
disabled ENUM('y', 'n') NOT NULL DEFAULT 'n',
apply_to ENUM('host', 'service') DEFAULT NULL,
parent_host_id INT(10) UNSIGNED DEFAULT NULL,
parent_host_var VARCHAR(128) DEFAULT NULL,
parent_service_id INT(10) UNSIGNED DEFAULT NULL,
parent_service_var VARCHAR(128) DEFAULT NULL,
child_host_id INT(10) UNSIGNED DEFAULT NULL,
child_service_id INT(10) UNSIGNED DEFAULT NULL,
disable_checks ENUM('y', 'n') DEFAULT NULL,