From 885d66a16237a9366bf7c22b4627478cfb4e358d Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:41:21 +0100 Subject: [PATCH] ar(fix) [DPCP-NAN]: schemas FY --- prisma/private/prisma/schema/__be-pii.prisma | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prisma/private/prisma/schema/__be-pii.prisma b/prisma/private/prisma/schema/__be-pii.prisma index fec90b67..f4aed6be 100644 --- a/prisma/private/prisma/schema/__be-pii.prisma +++ b/prisma/private/prisma/schema/__be-pii.prisma @@ -12,12 +12,12 @@ model BeYou { legalResidencies ILocation? domiciles ILocation? beAt ILocation? - + // radius graph: // r0 (hour movements) < - // r1 (neighbourhood), < - // r2 (city) < - // r3 (country) + // r1 (h3/neighbourhood), < + // r2 (h3/city) < + // r3 (h3/country) // geofences. movingFrom ILocation[]?