2016-02-08 22:33:28 +01:00

4 lines
88 B
SQL

ALTER TABLE icinga_service
ADD COLUMN use_agent ENUM('y', 'n') NOT NULL DEFAULT 'n';