From 86a0847f2a1fe902df4ab769e3de480935de1a12 Mon Sep 17 00:00:00 2001 From: "edu.corral" Date: Tue, 16 Aug 2022 12:37:40 +0200 Subject: [PATCH] ent 9398 fixed ip tmetaconsole_agent --- pandora_console/pandoradb.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index cb09cfb944..e179465f1f 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -3379,6 +3379,7 @@ CREATE TABLE IF NOT EXISTS `tmetaconsole_agent` ( `safe_mode_module` INT UNSIGNED NOT NULL DEFAULT 0, `cps` INT NOT NULL DEFAULT 0, `satellite_server` INT NOT NULL DEFAULT 0, + `fixed_ip` TINYINT NOT NULL DEFAULT 0, PRIMARY KEY (`id_agente`), KEY `nombre` (`nombre`(255)), KEY `direccion` (`direccion`),