fixed Change bbdd

This commit is contained in:
Daniel Barbero Martin 2019-11-05 16:04:48 +01:00
parent e5f24ca884
commit c68a5b57dd
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,