3 lines
99 B
MySQL
3 lines
99 B
MySQL
|
ALTER TABLE icinga_user ADD COLUMN object_type ENUM('object', 'template') NOT NULL AFTER zone_id;
|
||
|
|