Closed jpdupuy closed 6 months ago
Since Troncon_statique and troncon_hydraulique (nor noeud_statique and noeud_hydraulique) are not part of the first version, i believe that the value lists should set to inactive the related values armatures.point_statique. (ie: from 8136 to 8146)
see also https://github.com/teksi/district_heating/issues/19
@jpdupuy You can do this with the following quey:
UPDATE tdh_vl.pipe_point_normal_kind SET active = false WHERE value_en LIKE '%static_point%';
@sjib ok, understood, thanks
Since Troncon_statique and troncon_hydraulique (nor noeud_statique and noeud_hydraulique) are not part of the first version, i believe that the value lists should set to inactive the related values armatures.point_statique. (ie: from 8136 to 8146)