diff --git a/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql b/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql index 253def1aa2..4cb1c9c654 100644 --- a/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql +++ b/pandora_console/extras/pandoradb_migrate_6.0_to_6.1.mysql.sql @@ -75,6 +75,16 @@ ALTER TABLE tusuario ADD CONSTRAINT fk_id_filter FOREIGN KEY (id_filter) REFEREN ALTER TABLE tagente_modulo ADD COLUMN `dynamic_next` bigint(20) NOT NULL default '0'; ALTER TABLE tagente_modulo ADD COLUMN `dynamic_two_tailed` tinyint(1) unsigned default '0'; +-- --------------------------------------------------------------------- +-- Table `tagente_datos` +-- --------------------------------------------------------------------- +ALTER TABLE tagente_datos MODIFY `datos` double(22,5); + +-- --------------------------------------------------------------------- +-- Table `tagente_datos_inc` +-- --------------------------------------------------------------------- +ALTER TABLE tagente_datos_inc MODIFY `datos` double(22,5); + -- --------------------------------------------------------------------- -- Table `tnetwork_component` -- ---------------------------------------------------------------------