diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ff7514132c..0d20bc565b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-01-16 Ramon Novoa + + * pandoradb.sql: Updated alert schema to work with the new alert + engine. + 2009-01-15 Esteban Sanchez * godmode/alerts/configure_alert_template.php: The steps are now diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 7809bd6a2e..aa0f153415 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -260,6 +260,7 @@ CREATE TABLE IF NOT EXISTS `talert_template_modules` ( `id_alert_template` int(10) unsigned NOT NULL, `internal_counter` int(4) default '0', `last_fired` bigint(20) NOT NULL default '0', + `last_reference` bigint(20) NOT NULL default '0', `times_fired` int(3) NOT NULL default '0', `disabled` tinyint(1) default '0', `priority` tinyint(4) default '0',