Skip to content

Commit

Permalink
fixes query error missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen committed Aug 19, 2020
1 parent 50ad76c commit 43da386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenFTTH.GDBIntegrator.GeoDatabase/Postgres/Postgis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ UPDATE route_network_integrator.route_segment
work_task_mrid = @workTaskMrId,
user_name = @username,
application_name = @applicationName,
marked_to_be_deleted = @markAsDeleted
marked_to_be_deleted = @markAsDeleted,
delete_me = @deleteMe,
lifecycle_deployment_state = @lifeCycleDeploymentState,
lifecycle_installation_date = @lifeCycleInstallationDate,
Expand Down

0 comments on commit 43da386

Please sign in to comment.