Skip to content

Commit

Permalink
adds missing mrid
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen committed Aug 20, 2020
1 parent 43b7964 commit 17a3a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OpenFTTH.GDBIntegrator.GeoDatabase/Postgres/Postgis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ UPDATE route_network_integrator.route_node

var mappedRouteNode = new
{
mrid = routeNode.Mrid,
coord = routeNode.Coord,
workTaskMrId = routeNode.WorkTaskMrid,
userName = routeNode.Username,
Expand Down

0 comments on commit 17a3a30

Please sign in to comment.