mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
update execution in proxmox plugin
This commit is contained in:
parent
ddd6d6ad8b
commit
7131685be7
@ -7755,6 +7755,8 @@ ALTER TABLE `tdeployment_hosts` DROP COLUMN `arch`;
|
|||||||
UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9;
|
UPDATE `trecon_task` SET `field4` = 41121 WHERE `type` = 9;
|
||||||
|
|
||||||
--Update execution in proxmox discovery plugin
|
--Update execution in proxmox discovery plugin
|
||||||
UPDATE `tdiscovery_apps_executions` SET `execution` = ''_exec1_' --conf '_tempfileProxmox_'' WHERE `short_name` = 'pandorafms.proxmox';
|
SET @short_name = 'pandorafms.proxmox';
|
||||||
|
SELECT @id_app := `id_app` FROM `tdiscovery_apps` WHERE `short_name` = @short_name;
|
||||||
|
UPDATE `tdiscovery_apps_executions` SET `execution` = ''_exec1_' --conf '_tempfileProxmox_'' WHERE `id_app` = @id_app;
|
||||||
|
|
||||||
COMMIT;
|
COMMIT;
|
Loading…
x
Reference in New Issue
Block a user