From 91c34be254c1ae9f0e1a2631e9936135d7901002 Mon Sep 17 00:00:00 2001 From: ramonn Date: Wed, 15 Sep 2010 09:54:48 +0000 Subject: [PATCH] 2010-09-15 Ramon Novoa * pandoradb.sql: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3245 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/pandoradb.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,