mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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';
|
|
|