Skip to content

Commit

Permalink
fix(dml_issue_30): add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
danimarinBG committed Jan 21, 2025
1 parent 65d157b commit 3020d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/40/40000/utils/dml_issue_30.sql
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ except_msg = 'links over nodarc (go2epa)',
query_text = 'select link_id as arc_id, conneccat_id as arccat_id, a.expl_id, l.the_geom FROM t_link l, temp_t_arc a WHERE st_dwithin(st_endpoint(l.the_geom), a.the_geom, 0.001) AND a.epa_type NOT IN (''CONDUIT'', ''PIPE'', ''VIRTUALVALVE'', ''VIRTUALPUMP'')',
info_msg = 'No links over nodarc found',
project_type = 'ud',
except_table = 'anl_arc'
except_table = 'anl_arc',
function_name = '[gw_fct_pg2epa_check_network]',
active = true
WHERE fid = 404;
Expand Down

0 comments on commit 3020d9c

Please sign in to comment.