From c3d1ba7aa62c53de7a9bac684773451aa00b4c30 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Thu, 22 Dec 2016 12:13:53 +0100 Subject: [PATCH] Fixed problems with cron interval qhen type of module is a data server. Ticket: #4242 --- .../extras/pandoradb_migrate_6.0_to_6.1.mysql.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql b/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql index cd6bdc0933..e07b0fb8d2 100644 --- a/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql @@ -129,3 +129,9 @@ ALTER TABLE tlayout_data ADD `type_graph` varchar(50) NOT NULL default 'area'; -- Table `tagent_custom_fields` -- --------------------------------------------------------------------- INSERT INTO `tagent_custom_fields` (`name`) VALUES ('eHorusID'); + +-- --------------------------------------------------------------------- +-- Table `tagente_modulo` Fixed problems with blank space +-- in cron interval and problems with process data from pandora server +-- --------------------------------------------------------------------- +UPDATE tagente_modulo SET cron_interval = '' WHERE cron_interval LIKE '% %'