Deleted row Integria IMS incident from event on tevent_responoses
Former-commit-id: 76e41297003d537f8b0ea74394dd433e71ca2976
This commit is contained in:
parent
24e8d81b43
commit
c5c84d7421
|
@ -50,5 +50,6 @@ UPDATE `trecon_script` SET `type` = 4 WHERE `name` LIKE "IPMI%Recon";
|
|||
UPDATE `trecon_task` SET `type`=3 WHERE `description`="Discovery.Application.VMware";
|
||||
UPDATE `trecon_task` SET `type`=2 WHERE `description`="Discovery.Cloud";
|
||||
UPDATE `trecon_task` SET `type`=7 WHERE `description`="Discovery.Cloud.RDS";
|
||||
DELETE FROM 'tevent_response' WHERE 'name' LIKE 'Create Integria IMS incident from event';
|
||||
|
||||
COMMIT;
|
||||
|
|
Loading…
Reference in New Issue