teksi / district_heating

Future TEKSI distance heating module
GNU General Public License v3.0
0 stars 0 forks source link

value list pipe_point_normal_kind : set inactiv values #16

Closed jpdupuy closed 1 month ago

jpdupuy commented 1 month 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)

QGIS_pipe_point_normal_kind

sjib commented 1 month ago

see also https://github.com/teksi/district_heating/issues/19

sjib commented 1 month ago

@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%';
jpdupuy commented 1 month ago

@sjib ok, understood, thanks