mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
fixed error bbdd
This commit is contained in:
parent
d37410ed8c
commit
7bfa076263
pandora_console
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user