Deleted row Integria IMS incident from event on tevent_responoses

Former-commit-id: 76e41297003d537f8b0ea74394dd433e71ca2976
This commit is contained in:
marcos.alconada 2019-04-29 12:32:06 +02:00
parent 24e8d81b43
commit c5c84d7421
1 changed files with 1 additions and 0 deletions

View File

@ -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`=3 WHERE `description`="Discovery.Application.VMware";
UPDATE `trecon_task` SET `type`=2 WHERE `description`="Discovery.Cloud"; UPDATE `trecon_task` SET `type`=2 WHERE `description`="Discovery.Cloud";
UPDATE `trecon_task` SET `type`=7 WHERE `description`="Discovery.Cloud.RDS"; 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; COMMIT;