Missing update of post_process in tagente_modulo.

This commit is contained in:
Sancho Lerena 2014-09-25 18:51:37 +02:00
parent 68a99663cf
commit 69d4d325a4
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
-- ---------------------------------------------------------------------