Fixed problems with cron interval qhen type of module is a data server. Ticket: #4242

This commit is contained in:
m-lopez-f 2016-12-22 12:13:53 +01:00
parent a78690ff6f
commit c3d1ba7aa6
1 changed files with 6 additions and 0 deletions

View File

@ -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 '% %'