diff --git a/pandora_console/extras/mr/56.sql b/pandora_console/extras/mr/56.sql index 13cc050dfc..e33aa60111 100644 --- a/pandora_console/extras/mr/56.sql +++ b/pandora_console/extras/mr/56.sql @@ -1,3 +1,4 @@ +-- Active: 1653046769261@@127.0.0.1@3306@pandora START TRANSACTION; CREATE TABLE IF NOT EXISTS `tuser_task` ( @@ -38,4 +39,6 @@ ALTER TABLE `tautoconfig` ADD COLUMN `executed` TINYINT UNSIGNED NOT NULL DEFAUL ALTER TABLE `tusuario` DROP COLUMN `metaconsole_assigned_server`; +ALTER TABLE `tagente` ADD COLUMN `fixed_ip` TINYINT UNSIGNED NOT NULL DEFAULT 0; + COMMIT; diff --git a/pandora_console/godmode/agentes/agent_manager.php b/pandora_console/godmode/agentes/agent_manager.php index 95bb218d62..31c4a92a54 100644 --- a/pandora_console/godmode/agentes/agent_manager.php +++ b/pandora_console/godmode/agentes/agent_manager.php @@ -302,6 +302,15 @@ $table_ip = '
'.__('IP Address') $table_ip .= '