mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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
54febc8136
commit
930ce8df05
@ -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>
|
2009-01-15 Esteban Sanchez <estebans@artica.es>
|
||||||
|
|
||||||
* godmode/alerts/configure_alert_template.php: The steps are now
|
* 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,
|
`id_alert_template` int(10) unsigned NOT NULL,
|
||||||
`internal_counter` int(4) default '0',
|
`internal_counter` int(4) default '0',
|
||||||
`last_fired` bigint(20) NOT NULL 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',
|
`times_fired` int(3) NOT NULL default '0',
|
||||||
`disabled` tinyint(1) default '0',
|
`disabled` tinyint(1) default '0',
|
||||||
`priority` tinyint(4) default '0',
|
`priority` tinyint(4) default '0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user