diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 7e408462ed..874f8b0bb6 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -643,7 +643,7 @@ CREATE TABLE IF NOT EXISTS `tevento` ( `ack_utimestamp` BIGINT(20) NOT NULL DEFAULT '0', `custom_data` TEXT NOT NULL, `data` double(22,5) default NULL, - `module_status` int(4) NOT NULL default '0' + `module_status` int(4) NOT NULL default '0', PRIMARY KEY (`id_evento`), KEY `idx_agente` (`id_agente`), KEY `idx_agentmodule` (`id_agentmodule`),