3 lines
81 B
MySQL
3 lines
81 B
MySQL
|
ALTER TABLE icinga_service MODIFY COLUMN use_agent ENUM('y', 'n') DEFAULT NULL;
|
||
|
|