diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a24b9d857c..f94aed55e5 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-06-08 Ramon Novoa + + * pandoradb.sql: Added support for event tags. + 2011-06-08 Juan Manuel Ramon * include/functions_modules.php diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 7b4f660f82..f358066ec6 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -421,6 +421,7 @@ CREATE TABLE IF NOT EXISTS `tevento` ( `id_alert_am` int(10) NOT NULL default '0', `criticity` int(4) unsigned NOT NULL default '0', `user_comment` text NOT NULL, + `tags` text NOT NULL, PRIMARY KEY (`id_evento`), KEY `indice_1` (`id_agente`,`id_evento`), KEY `indice_2` (`utimestamp`,`id_evento`),