Merge branch 'ent-4772-omnishell' of https://brutus.artica.lan:8081/artica/pandorafms into ent-4772-omnishell
This commit is contained in:
commit
102ed552bd
|
@ -21,7 +21,7 @@ CREATE TABLE `tremote_command` (
|
||||||
|
|
||||||
CREATE TABLE `tremote_command_target` (
|
CREATE TABLE `tremote_command_target` (
|
||||||
`id` SERIAL,
|
`id` SERIAL,
|
||||||
`rcmd_id` bigint unsigned NOT NULL unique,
|
`rcmd_id` bigint unsigned NOT NULL,
|
||||||
`id_agente` int(10) unsigned NOT NULL,
|
`id_agente` int(10) unsigned NOT NULL,
|
||||||
`utimestamp` int(20) unsigned NOT NULL default 0,
|
`utimestamp` int(20) unsigned NOT NULL default 0,
|
||||||
`stdout` text,
|
`stdout` text,
|
||||||
|
|
|
@ -2320,7 +2320,7 @@ CREATE TABLE `tremote_command` (
|
||||||
-- ----------------------------------------------------------------------
|
-- ----------------------------------------------------------------------
|
||||||
CREATE TABLE `tremote_command_target` (
|
CREATE TABLE `tremote_command_target` (
|
||||||
`id` SERIAL,
|
`id` SERIAL,
|
||||||
`rcmd_id` bigint unsigned NOT NULL unique,
|
`rcmd_id` bigint unsigned NOT NULL,
|
||||||
`id_agente` int(10) unsigned NOT NULL,
|
`id_agente` int(10) unsigned NOT NULL,
|
||||||
`utimestamp` int(20) unsigned NOT NULL default 0,
|
`utimestamp` int(20) unsigned NOT NULL default 0,
|
||||||
`stdout` text,
|
`stdout` text,
|
||||||
|
|
|
@ -3679,7 +3679,7 @@ CREATE TABLE `tremote_command` (
|
||||||
-- ----------------------------------------------------------------------
|
-- ----------------------------------------------------------------------
|
||||||
CREATE TABLE `tremote_command_target` (
|
CREATE TABLE `tremote_command_target` (
|
||||||
`id` SERIAL,
|
`id` SERIAL,
|
||||||
`rcmd_id` bigint unsigned NOT NULL unique,
|
`rcmd_id` bigint unsigned NOT NULL,
|
||||||
`id_agente` int(10) unsigned NOT NULL,
|
`id_agente` int(10) unsigned NOT NULL,
|
||||||
`utimestamp` int(20) unsigned NOT NULL default 0,
|
`utimestamp` int(20) unsigned NOT NULL default 0,
|
||||||
`stdout` text,
|
`stdout` text,
|
||||||
|
|
Loading…
Reference in New Issue