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:
parent
d0bd876295
commit
ffd88206e6
|
@ -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>
|
||||
|
||||
* include/functions_modules.php
|
||||
|
|
|
@ -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`),
|
||||
|
|
Loading…
Reference in New Issue