schema/mysql: remove obsolete comma

This commit is contained in:
Thomas Gelf 2016-03-06 13:59:46 +01:00
parent 24f1580c92
commit 09e7a93b22
1 changed files with 0 additions and 1 deletions

View File

@ -523,7 +523,6 @@ CREATE TABLE icinga_service (
icon_image_alt VARCHAR(255) DEFAULT NULL,
use_agent ENUM('y', 'n') DEFAULT NULL,
PRIMARY KEY (id),
-- UNIQUE INDEX object_name (object_name, zone_id),
UNIQUE KEY object_key (object_name, host_id),
CONSTRAINT icinga_service_host
FOREIGN KEY host (host_id)