fixed error bbdd
This commit is contained in:
parent
d37410ed8c
commit
7bfa076263
|
@ -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