From 8f04253e50d9553ae8d983f8590052ff16efc441 Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Tue, 24 Sep 2024 17:07:53 -0700 Subject: [PATCH] try this --- posthog/models/raw_sessions/sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/models/raw_sessions/sql.py b/posthog/models/raw_sessions/sql.py index 388477822acd3..1756fcbef8346 100644 --- a/posthog/models/raw_sessions/sql.py +++ b/posthog/models/raw_sessions/sql.py @@ -89,7 +89,7 @@ -- verify correctness and as a backup. Ideally we will be able to delete the uniq columns in the future when we're -- satisfied that counts are accurate. pageview_count SimpleAggregateFunction(sum, Int64), - pageview_uniq AggregateFunction(uniq, Nullable(UUID)), + pageview_uniq AggregateFunction(uniq, UUID), autocapture_count SimpleAggregateFunction(sum, Int64), autocapture_uniq AggregateFunction(uniq, Nullable(UUID)), screen_count SimpleAggregateFunction(sum, Int64),