2009-01-16 Ramon Novoa <rnovoa@artica.es>
* pandoradb.sql: Updated alert schema to work with the new alert engine. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1349 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
586f857ab2
commit
a4468758a8
|
@ -1,3 +1,8 @@
|
|||
2009-01-16 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandoradb.sql: Updated alert schema to work with the new alert
|
||||
engine.
|
||||
|
||||
2009-01-15 Esteban Sanchez <estebans@artica.es>
|
||||
|
||||
* godmode/alerts/configure_alert_template.php: The steps are now
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue