icingaweb2-module-director/schema/mysql-changes/upgrade_52.sql

6 lines
239 B
MySQL
Raw Normal View History

2015-12-08 08:29:04 +01:00
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;