icingaweb2-module-director/schema/mysql-legacy-changes/upgrade_52.sql
2016-02-08 22:33:28 +01:00

5 lines
239 B
SQL

ALTER TABLE icinga_endpoint
MODIFY object_type ENUM('object', 'template', 'external_object') NOT NULL,
ADD COLUMN host VARCHAR(255) DEFAULT NULL COMMENT 'IP address / hostname of remote node' AFTER object_name,
DROP column address;