3 lines
89 B
MySQL
3 lines
89 B
MySQL
|
ALTER TABLE icinga_host DROP KEY object_name, ADD UNIQUE KEY object_name (object_name);
|
||
|
|