2 lines
93 B
MySQL
2 lines
93 B
MySQL
|
ALTER TABLE icinga_zone ADD is_global ENUM('y', 'n') NOT NULL DEFAULT 'n' AFTER object_type;
|