mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
schema/mysql: remove obsolete comma
This commit is contained in:
parent
24f1580c92
commit
09e7a93b22
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user