From 567d45cdc4399ca4acc3764a08f453a4cb44f417 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 12 May 2016 13:33:07 +0200 Subject: [PATCH] Added new columns to tagente_modulo for dynamic critical interval calculation. --- pandora_console/pandoradb.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/pandoradb.sql b/pandora_console/pandoradb.sql index 9112659467..3557bd9bd7 100755 --- a/pandora_console/pandoradb.sql +++ b/pandora_console/pandoradb.sql @@ -244,6 +244,8 @@ CREATE TABLE IF NOT EXISTS `tagente_modulo` ( `dynamic_interval` int(4) unsigned default '0', `dynamic_max` int(4) default '0', `dynamic_min` int(4) default '0', + `dynamic_next` bigint(20) NOT NULL default '0', + `dynamic_two_tailed` tinyint(1) unsigned default '0', `prediction_sample_window` int(10) default 0, `prediction_samples` int(4) default 0, `prediction_threshold` int(4) default 0,