Merge branch 'fix/discovery3-oracle' into 'develop'
minor update See merge request artica/pandorafms!2374 Former-commit-id: 97e6bb47208ccce8eb66fb4ca0c7e3be35b41b95
This commit is contained in:
commit
74234e30a9
|
@ -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