diff --git a/pandora_console/extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql b/pandora_console/extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql index 8608e47282..018f876289 100644 --- a/pandora_console/extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_5.0.x_to_5.1.mysql.sql @@ -233,7 +233,7 @@ DELETE FROM `trecon_script` WHERE id_recon_script=1; -- --------------------------------------------------------------------- -- Table `tagente_modulo` -- --------------------------------------------------------------------- -ALTER TABLE tagente_modulo MODIFY COLUMN `post_process` double(18,15) default 0; +ALTER TABLE tagente_modulo MODIFY COLUMN `post_process` double(24,15) default 0; /* 2014/08/18 */ -- ---------------------------------------------------------------------