Added missing ';'.

This commit is contained in:
Junichi Satoh 2017-01-17 16:14:17 +09:00
parent 42487d8a6d
commit d16aa71c53

View File

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