Skip to content

Commit

Permalink
Try to update columns SQL query
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jul 30, 2024
1 parent 8cd5e74 commit d722748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module.exports = function(req, res, next, callback) {
cols.lat,
cols.lng,
round(cols.col_area, 1) AS col_area,
project_id,
cols.project_id,
COALESCE(cols.col_type, '') AS col_type,
string_agg(col_refs.ref_id::varchar, '|') AS refs
${geo}
Expand Down

0 comments on commit d722748

Please sign in to comment.