From dc623c55b0cb11081fda8dc2c3fa05c0ff24b853 Mon Sep 17 00:00:00 2001 From: Markus Kohlhase Date: Thu, 18 Jan 2018 23:39:11 +0100 Subject: [PATCH] fix(db): export bbox subscription with username instead of user id --- scripts/cypher_export_queries/bbox_subscriptions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cypher_export_queries/bbox_subscriptions.json b/scripts/cypher_export_queries/bbox_subscriptions.json index 3ccd51ec..9976db2b 100644 --- a/scripts/cypher_export_queries/bbox_subscriptions.json +++ b/scripts/cypher_export_queries/bbox_subscriptions.json @@ -8,7 +8,7 @@ n.south_west_lng as south_west_lng, n.north_east_lat as north_east_lat, n.north_east_lng as north_east_lng, - u.id as user_id" + u.username as username" } ] }