2010-09-15 Ramon Novoa <rnovoa@artica.es>
* pandoradb.sql: Fixed a typo. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3245 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c3caf80844
commit
91c34be254
|
@ -1,3 +1,7 @@
|
||||||
|
2010-09-15 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* pandoradb.sql: Fixed a typo.
|
||||||
|
|
||||||
2010-09-13 Ramon Novoa <rnovoa@artica.es>
|
2010-09-13 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandoradb.sql, extras/pandoradb_migrate_v3.1_to_v3.2.sql: Added a
|
* pandoradb.sql, extras/pandoradb_migrate_v3.1_to_v3.2.sql: Added a
|
||||||
|
|
|
@ -299,7 +299,7 @@ CREATE TABLE IF NOT EXISTS `talert_template_modules` (
|
||||||
UNIQUE (`id_agent_module`, `id_alert_template`)
|
UNIQUE (`id_agent_module`, `id_alert_template`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) 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` int(10) unsigned NOT NULL auto_increment,
|
||||||
`id_alert_template_module` int(10) unsigned NOT NULL,
|
`id_alert_template_module` int(10) unsigned NOT NULL,
|
||||||
`id_alert_action` int(10) unsigned NOT NULL,
|
`id_alert_action` int(10) unsigned NOT NULL,
|
||||||
|
|
Loading…
Reference in New Issue