Merge branch 'ent-4772-omnishell' of https://brutus.artica.lan:8081/artica/pandorafms into ent-4772-omnishell

This commit is contained in:
marcos 2019-10-31 09:36:18 +01:00
commit 102ed552bd
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ CREATE TABLE `tremote_command` (
CREATE TABLE `tremote_command_target` (
`id` SERIAL,
`rcmd_id` bigint unsigned NOT NULL unique,
`rcmd_id` bigint unsigned NOT NULL,
`id_agente` int(10) unsigned NOT NULL,
`utimestamp` int(20) unsigned NOT NULL default 0,
`stdout` text,

View File

@ -2320,7 +2320,7 @@ CREATE TABLE `tremote_command` (
-- ----------------------------------------------------------------------
CREATE TABLE `tremote_command_target` (
`id` SERIAL,
`rcmd_id` bigint unsigned NOT NULL unique,
`rcmd_id` bigint unsigned NOT NULL,
`id_agente` int(10) unsigned NOT NULL,
`utimestamp` int(20) unsigned NOT NULL default 0,
`stdout` text,

View File

@ -3679,7 +3679,7 @@ CREATE TABLE `tremote_command` (
-- ----------------------------------------------------------------------
CREATE TABLE `tremote_command_target` (
`id` SERIAL,
`rcmd_id` bigint unsigned NOT NULL unique,
`rcmd_id` bigint unsigned NOT NULL,
`id_agente` int(10) unsigned NOT NULL,
`utimestamp` int(20) unsigned NOT NULL default 0,
`stdout` text,