diff --git a/posthog/celery.py b/posthog/celery.py index 3189ccf11ae2b..9ba61c2cefa51 100644 --- a/posthog/celery.py +++ b/posthog/celery.py @@ -456,7 +456,7 @@ def pg_row_count(): pass -CLICKHOUSE_TABLES = ["events", "person", "person_distinct_id2", "session_replay_events"] +CLICKHOUSE_TABLES = ["events", "person", "person_distinct_id2", "session_replay_events", "log_entries"] if not is_cloud(): CLICKHOUSE_TABLES.append("session_recording_events")