mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-25 14:54:52 +02:00
Added missing ';'.
This commit is contained in:
parent
42487d8a6d
commit
d16aa71c53
@ -135,9 +135,9 @@ 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`
|
||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
ALTER TABLE tgraph ADD COLUMN `percentil` int(4) unsigned default '0';
|
ALTER TABLE tgraph ADD COLUMN `percentil` int(4) unsigned default '0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user