From 084386c7adda4945708ffe708fd3c223096b7895 Mon Sep 17 00:00:00 2001 From: Ted Kaemming <65315+tkaemming@users.noreply.github.com> Date: Mon, 1 Jan 2024 12:40:54 -0600 Subject: [PATCH] test(async-migrations): Change upper bound of async migration to account for 2024 --- .../migrations/0007_persons_and_groups_on_events_backfill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/async_migrations/migrations/0007_persons_and_groups_on_events_backfill.py b/posthog/async_migrations/migrations/0007_persons_and_groups_on_events_backfill.py index 9b140eedf8a1c..99216ee936b12 100644 --- a/posthog/async_migrations/migrations/0007_persons_and_groups_on_events_backfill.py +++ b/posthog/async_migrations/migrations/0007_persons_and_groups_on_events_backfill.py @@ -104,7 +104,7 @@ class Migration(AsyncMigrationDefinition): str, ), "TIMESTAMP_UPPER_BOUND": ( - "2024-01-01", + "2025-01-01", "Timestamp upper bound for events to backfill", str, ),