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, ),