From 7b3668bba56c958d2d7f8cb45c75b1bde5785851 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:26:08 +0000 Subject: [PATCH] Update query snapshots --- .../__snapshots__/test_notebook.ambr | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/posthog/api/test/notebooks/__snapshots__/test_notebook.ambr b/posthog/api/test/notebooks/__snapshots__/test_notebook.ambr index d01ca325c40c2..5eb84b28f7c00 100644 --- a/posthog/api/test/notebooks/__snapshots__/test_notebook.ambr +++ b/posthog/api/test/notebooks/__snapshots__/test_notebook.ambr @@ -572,37 +572,37 @@ "posthog_user"."hedgehog_config", "posthog_user"."events_column_config", "posthog_user"."email_opt_in", - T4."id", - T4."password", - T4."last_login", - T4."first_name", - T4."last_name", - T4."is_staff", - T4."is_active", - T4."date_joined", - T4."uuid", - T4."current_organization_id", - T4."current_team_id", - T4."email", - T4."pending_email", - T4."temporary_token", - T4."distinct_id", - T4."is_email_verified", - T4."requested_password_reset_at", - T4."has_seen_product_intro_for", - T4."strapi_id", - T4."theme_mode", - T4."partial_notification_settings", - T4."anonymize_data", - T4."toolbar_mode", - T4."hedgehog_config", - T4."events_column_config", - T4."email_opt_in" + T5."id", + T5."password", + T5."last_login", + T5."first_name", + T5."last_name", + T5."is_staff", + T5."is_active", + T5."date_joined", + T5."uuid", + T5."current_organization_id", + T5."current_team_id", + T5."email", + T5."pending_email", + T5."temporary_token", + T5."distinct_id", + T5."is_email_verified", + T5."requested_password_reset_at", + T5."has_seen_product_intro_for", + T5."strapi_id", + T5."theme_mode", + T5."partial_notification_settings", + T5."anonymize_data", + T5."toolbar_mode", + T5."hedgehog_config", + T5."events_column_config", + T5."email_opt_in" FROM "posthog_notebook" INNER JOIN "posthog_team" ON ("posthog_notebook"."team_id" = "posthog_team"."id") LEFT OUTER JOIN "posthog_user" ON ("posthog_notebook"."created_by_id" = "posthog_user"."id") - LEFT OUTER JOIN "posthog_user" T4 ON ("posthog_notebook"."last_modified_by_id" = T4."id") - WHERE ("posthog_notebook"."team_id" = 2 + LEFT OUTER JOIN "posthog_user" T5 ON ("posthog_notebook"."last_modified_by_id" = T5."id") + WHERE ("posthog_team"."project_id" = 2 AND "posthog_notebook"."short_id" = '00000000') LIMIT 21 '''