fixed error bbdd

This commit is contained in:
Daniel Barbero Martin 2019-10-30 14:52:10 +01:00
parent d37410ed8c
commit 7bfa076263
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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