update execution in proxmox plugin

This commit is contained in:
alejandro 2024-04-24 12:03:03 +02:00
parent 44963e0083
commit ddd6d6ad8b

View File

@ -7754,4 +7754,7 @@ ALTER TABLE `tdeployment_hosts` DROP COLUMN `arch`;
-- Update all deployment recon tasks port
UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9;
--Update execution in proxmox discovery plugin
UPDATE `tdiscovery_apps_executions` SET `execution` = ''_exec1_' --conf '_tempfileProxmox_'' WHERE `short_name` = 'pandorafms.proxmox';
COMMIT;