Missing update of post_process in tagente_modulo.
This commit is contained in:
parent
68a99663cf
commit
69d4d325a4
|
@ -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 */
|
||||
-- ---------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue