mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
parent
b610e6dede
commit
25d37e260f
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user