Skip to content

Commit

Permalink
Update associated streets
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 30, 2024
1 parent 5c77700 commit d3ca26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SELECT
r.tags->'end_date' AS end_date,
isodatetodecimaldate(pad_date(r.tags->'start_date', 'start')) AS start_decdate,
isodatetodecimaldate(pad_date(r.tags->'end_date', 'end')) AS end_decdate,
{{LENGUAGES}}
{{LENGUAGES_RELATION}}
FROM
osm_relations r,
osm_relation_members m
Expand Down

0 comments on commit d3ca26d

Please sign in to comment.