mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-08 16:24:21 -04:00
5 lines
197 B
SQL
5 lines
197 B
SQL
ALTER TABLE icinga_host
|
|
ADD COLUMN has_agent ENUM('y', 'n') DEFAULT NULL,
|
|
ADD COLUMN master_should_connect ENUM('y', 'n') DEFAULT NULL,
|
|
ADD COLUMN accept_config ENUM('y', 'n') DEFAULT NULL;
|
|
|