mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
schema/mysql: dependency vars
This commit is contained in:
parent
4413a44d65
commit
161fc631ba
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user