4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
ALTER TABLE icinga_service
|
||
|
ADD COLUMN use_agent ENUM('y', 'n') NOT NULL DEFAULT 'n';
|
||
|
|