From c68a5b57dd32c95fb1c56f5d93dbfbba8e51b5d2 Mon Sep 17 00:00:00 2001 From: Daniel Barbero Martin Date: Tue, 5 Nov 2019 16:04:48 +0100 Subject: [PATCH] fixed Change bbdd --- pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql | 2 +- pandora_console/pandoradb.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql index bbbcb509ac..8cf8fe0191 100644 --- a/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_6.0_to_7.0.mysql.sql @@ -2322,7 +2322,7 @@ CREATE TABLE `tremote_command` ( CREATE TABLE `tremote_command_target` ( `id` SERIAL, `rcmd_id` bigint unsigned NOT NULL, - `id_agente` int(10) unsigned NOT NULL, + `id_agent` int(10) unsigned NOT NULL, `utimestamp` int(20) unsigned NOT NULL default 0, `stdout` text, `stderr` text, diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 9e35ad44f8..910961ec94 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -3681,7 +3681,7 @@ CREATE TABLE `tremote_command` ( CREATE TABLE `tremote_command_target` ( `id` SERIAL, `rcmd_id` bigint unsigned NOT NULL, - `id_agente` int(10) unsigned NOT NULL, + `id_agent` int(10) unsigned NOT NULL, `utimestamp` int(20) unsigned NOT NULL default 0, `stdout` text, `stderr` text,