se elimina la query del 27

Former-commit-id: 1756d296ad9c13c62c4eb46a854291dfc4200256
This commit is contained in:
marcos.alconada 2019-05-06 18:23:12 +02:00
parent fff3a783a1
commit ad00492ad6
1 changed files with 0 additions and 1 deletions

View File

@ -50,6 +50,5 @@ 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;