2009-03-25 Sancho Lerena <slerena@artica.es>

*  extras/pandoradb_migrate_v2.x_to_v3.0.sql: Added field missing in 
	ttrap (This gives the problems with SNMP Alerts in trunk version (Manu!)).




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1563 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2009-03-25 18:17:02 +00:00
parent 6c0fe99686
commit 2758d024d7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-03-25 Sancho Lerena <slerena@artica.es>
* extras/pandoradb_migrate_v2.x_to_v3.0.sql: Added field missing in
ttrap (This gives the problems with SNMP Alerts in trunk version (Manu!)).
2009-03-25 Esteban Sanchez <estebans@artica.es>
* include/functions_alerts.php: Typo errors on "proces". Fixed an

View File

@ -1,3 +1,5 @@
ALTER TABLE ttrap add `priority` tinyint(4) unsigned NOT NULL default '2';
INSERT INTO `tconfig` VALUES (24, 'loginhash_pwd', '');
INSERT INTO `tconfig` VALUES (25, 'trap2agent', 0);
INSERT INTO `tconfig` VALUES (26, 'prominent_time', 0);