Skip to content

Commit

Permalink
roll back type change
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogiampieri committed Nov 11, 2024
1 parent ab2840c commit 73f890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/load_dv1_places_problems.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def upsert_places_and_problems(places):
"""
).bindparams(
bindparam(key="name", type_=String),
bindparam(key="districtr_place_id", type_=UUIDType),
bindparam(key="districtr_place_id", type_=String),
),
{"name": problem["name"], "districtr_place_id": place_uuid},
).fetchone()[0]
Expand Down

0 comments on commit 73f890e

Please sign in to comment.