mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
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…
x
Reference in New Issue
Block a user