diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ae6e4aa622..09c59854aa 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-03-25 Sancho Lerena + + * 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 * include/functions_alerts.php: Typo errors on "proces". Fixed an diff --git a/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql b/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql index e27bfc0210..9230f6ac8d 100644 --- a/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql +++ b/pandora_console/extras/pandoradb_migrate_v2.x_to_v3.0.sql @@ -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);