mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 07:16:28 +02:00
Added missing ';'.
This commit is contained in:
parent
42487d8a6d
commit
d16aa71c53
@ -135,7 +135,7 @@ INSERT INTO `tagent_custom_fields` (`name`) VALUES ('eHorusID');
|
|||||||
-- Table `tagente_modulo` Fixed problems with blank space
|
-- Table `tagente_modulo` Fixed problems with blank space
|
||||||
-- in cron interval and problems with process data from pandora server
|
-- in cron interval and problems with process data from pandora server
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
UPDATE tagente_modulo SET cron_interval = '' WHERE cron_interval LIKE '% %'
|
UPDATE tagente_modulo SET cron_interval = '' WHERE cron_interval LIKE '% %';
|
||||||
|
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
-- Table `tgraph`
|
-- Table `tgraph`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user