minor update
Former-commit-id: da7ef108bd3b71ece515407fb932e6b9bef761fd
This commit is contained in:
parent
883f3decb4
commit
bbedf36235
|
@ -47,4 +47,8 @@ UPDATE `trecon_script` SET `type` = 2 WHERE `name`="Discovery.Cloud";
|
|||
UPDATE `trecon_script` SET `type` = 3 WHERE `name` LIKE "IPAM%Recon";
|
||||
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";
|
||||
|
||||
COMMIT;
|
||||
|
|
Loading…
Reference in New Issue