diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 76b39be1c6..5705f625a8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-09-15 Ramon Novoa + + * pandoradb.sql: Fixed a typo. + 2010-09-13 Ramon Novoa * pandoradb.sql, extras/pandoradb_migrate_v3.1_to_v3.2.sql: Added a diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 2ecc14c7c4..8f421c4674 100644 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -299,7 +299,7 @@ CREATE TABLE IF NOT EXISTS `talert_template_modules` ( UNIQUE (`id_agent_module`, `id_alert_template`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -CREATE TABLE IF NOT talert_template_module_actions` ( +CREATE TABLE IF NOT EXISTS `talert_template_module_actions` ( `id` int(10) unsigned NOT NULL auto_increment, `id_alert_template_module` int(10) unsigned NOT NULL, `id_alert_action` int(10) unsigned NOT NULL,