mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Fixed problems with cron interval qhen type of module is a data server. Ticket: #4242
This commit is contained in:
parent
a78690ff6f
commit
c3d1ba7aa6
@ -129,3 +129,9 @@ ALTER TABLE tlayout_data ADD `type_graph` varchar(50) NOT NULL default 'area';
|
|||||||
-- Table `tagent_custom_fields`
|
-- Table `tagent_custom_fields`
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
INSERT INTO `tagent_custom_fields` (`name`) VALUES ('eHorusID');
|
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 '% %'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user