icingaweb2-module-director/schema/mysql-legacy-changes/upgrade_6.sql

6 lines
221 B
MySQL
Raw Normal View History

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';