There was an error while loading. Please reload this page.
1 parent 3578323 commit d3507f6Copy full SHA for d3507f6
1 file changed
backend/management/load_data.py
@@ -277,7 +277,7 @@ def load_sample_data(
277
session = next(get_session())
278
districtr_map_exists = session.execute(
279
sa.text(
280
- "select 1 from districtrmap where districtr_map_slug = :slug limit 1"
+ "select uuid from districtrmap where districtr_map_slug = :slug limit 1"
281
),
282
{"slug": view.districtr_map_slug},
283
).one_or_none()
0 commit comments