2011-06-08 Ramon Novoa <rnovoa@artica.es>

* pandoradb.sql: Added support for event tags.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4420 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2011-06-08 14:14:32 +00:00
parent af5398ede5
commit 5d45306cb7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-06-08 Ramon Novoa <rnovoa@artica.es>
* pandoradb.sql: Added support for event tags.
2011-06-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es> 2011-06-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_modules.php * include/functions_modules.php

View File

@ -421,6 +421,7 @@ CREATE TABLE IF NOT EXISTS `tevento` (
`id_alert_am` int(10) NOT NULL default '0', `id_alert_am` int(10) NOT NULL default '0',
`criticity` int(4) unsigned NOT NULL default '0', `criticity` int(4) unsigned NOT NULL default '0',
`user_comment` text NOT NULL, `user_comment` text NOT NULL,
`tags` text NOT NULL,
PRIMARY KEY (`id_evento`), PRIMARY KEY (`id_evento`),
KEY `indice_1` (`id_agente`,`id_evento`), KEY `indice_1` (`id_agente`,`id_evento`),
KEY `indice_2` (`utimestamp`,`id_evento`), KEY `indice_2` (`utimestamp`,`id_evento`),