From f219f83d9408b5a4061afd8d2b69ec8b3b230da3 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 16:31:25 +0000 Subject: [PATCH] Update query snapshots --- posthog/models/filters/test/__snapshots__/test_filter.ambr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/models/filters/test/__snapshots__/test_filter.ambr b/posthog/models/filters/test/__snapshots__/test_filter.ambr index 6f37e28782d08..4cfbea3908442 100644 --- a/posthog/models/filters/test/__snapshots__/test_filter.ambr +++ b/posthog/models/filters/test/__snapshots__/test_filter.ambr @@ -353,7 +353,7 @@ INNER JOIN "posthog_persondistinctid" ON ("posthog_person"."id" = "posthog_persondistinctid"."person_id") WHERE ("posthog_persondistinctid"."distinct_id" = 'example_id' AND "posthog_person"."team_id" = 2 - AND ("posthog_person"."properties" -> 'created_at') > '"2021-02-06T10:00:00+00:00"') + AND "posthog_person"."id" = -1) LIMIT 1 ' ---