2 lines
102 B
MySQL
2 lines
102 B
MySQL
|
ALTER TABLE icinga_command_argument DROP INDEX sort_idx, ADD INDEX sort_idx (command_id, sort_order);
|