mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-08-17 15:58:10 +02:00
6 lines
221 B
SQL
6 lines
221 B
SQL
ALTER TABLE icinga_endpoint
|
|
MODIFY zone_id INT(10) UNSIGNED DEFAULT NULL,
|
|
MODIFY port SMALLINT UNSIGNED DEFAULT NULL COMMENT '5665 if not set',
|
|
MODIFY log_duration VARCHAR(32) DEFAULT NULL COMMENT '1d if not set';
|
|
|