Skip to content

Commit

Permalink
chore: update all the snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
winged committed Jul 4, 2022
1 parent 4aebc56 commit 0abb110
Show file tree
Hide file tree
Showing 8 changed files with 119 additions and 1,884 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
FROM
"caluma_form_document" INNER JOIN "caluma_form_form" ON ("caluma_form_document"."form_id" = "caluma_form_form"."slug") -- qs ref
),
answer_b4215 AS (SELECT "caluma_form_answer"."created_at",
answer_af542 AS (SELECT "caluma_form_answer"."created_at",
"caluma_form_answer"."modified_at",
"caluma_form_answer"."created_by_user",
"caluma_form_answer"."created_by_group",
Expand All @@ -76,8 +76,7 @@
"caluma_form_answer"."value",
"caluma_form_answer"."meta",
"caluma_form_answer"."document_id",
"caluma_form_answer"."date",
"caluma_form_answer"."file_id"
"caluma_form_answer"."date"
FROM
"caluma_form_answer" INNER JOIN "caluma_form_question" ON ("caluma_form_answer"."question_id" = "caluma_form_question"."slug") -- qs ref
)
Expand All @@ -92,22 +91,22 @@
FROM document_2a07e AS "document_2a07e"
LEFT JOIN (
SELECT DISTINCT ON (document_id)
(answer_b4215.value #>>'{}') AS "analytics_result_blablub",
(answer_af542.value #>>'{}') AS "analytics_result_blablub",
"document_id"
FROM answer_b4215 AS "answer_b4215"
FROM answer_af542 AS "answer_af542"
WHERE "question_id" = 'top_question'
ORDER BY document_id


) AS "answer_b4215_caea5" ON (document_2a07e.id = "answer_b4215_caea5".document_id)
) AS "answer_af542_caea5" ON (document_2a07e.id = "answer_af542_caea5".document_id)
WHERE form_id = 'top_form'
ORDER BY id


) AS "document_2a07e_27f15" ON (case_ac50e.document_id = "document_2a07e_27f15".id)


) AS analytics_247d1
) AS analytics_2a8de
-- PARAMS:

''',
Expand Down Expand Up @@ -156,7 +155,7 @@
FROM
"caluma_form_document" INNER JOIN "caluma_form_form" ON ("caluma_form_document"."form_id" = "caluma_form_form"."slug") -- qs ref
),
answer_b4215 AS (SELECT "caluma_form_answer"."created_at",
answer_af542 AS (SELECT "caluma_form_answer"."created_at",
"caluma_form_answer"."modified_at",
"caluma_form_answer"."created_by_user",
"caluma_form_answer"."created_by_group",
Expand All @@ -167,8 +166,7 @@
"caluma_form_answer"."value",
"caluma_form_answer"."meta",
"caluma_form_answer"."document_id",
"caluma_form_answer"."date",
"caluma_form_answer"."file_id"
"caluma_form_answer"."date"
FROM
"caluma_form_answer" INNER JOIN "caluma_form_question" ON ("caluma_form_answer"."question_id" = "caluma_form_question"."slug") -- qs ref
)
Expand All @@ -183,22 +181,22 @@
FROM document_2a07e AS "document_2a07e"
LEFT JOIN (
SELECT DISTINCT ON (document_id)
(answer_b4215.value #>>'{}') AS "analytics_result_blablub",
(answer_af542.value #>>'{}') AS "analytics_result_blablub",
"document_id"
FROM answer_b4215 AS "answer_b4215"
FROM answer_af542 AS "answer_af542"
WHERE "question_id" = 'top_question'
ORDER BY document_id


) AS "answer_b4215_caea5" ON (document_2a07e.id = "answer_b4215_caea5".document_id)
) AS "answer_af542_caea5" ON (document_2a07e.id = "answer_af542_caea5".document_id)
WHERE form_id = 'top_form'
ORDER BY id


) AS "document_2a07e_27f15" ON (case_ac50e.document_id = "document_2a07e_27f15".id)


) AS analytics_247d1
) AS analytics_2a8de
WHERE analytics_result_blablub IN (%(flt_analytics_result_blablub_8201d)s, %(flt_analytics_result_blablub_8e5e6)s)
-- PARAMS:
-- flt_analytics_result_blablub_8201d: Shelly Watson
Expand Down Expand Up @@ -246,7 +244,7 @@
FROM
"caluma_form_document" INNER JOIN "caluma_form_form" ON ("caluma_form_document"."form_id" = "caluma_form_form"."slug") -- qs ref
),
answer_b4215 AS (SELECT "caluma_form_answer"."created_at",
answer_af542 AS (SELECT "caluma_form_answer"."created_at",
"caluma_form_answer"."modified_at",
"caluma_form_answer"."created_by_user",
"caluma_form_answer"."created_by_group",
Expand All @@ -257,8 +255,7 @@
"caluma_form_answer"."value",
"caluma_form_answer"."meta",
"caluma_form_answer"."document_id",
"caluma_form_answer"."date",
"caluma_form_answer"."file_id"
"caluma_form_answer"."date"
FROM
"caluma_form_answer" INNER JOIN "caluma_form_question" ON ("caluma_form_answer"."question_id" = "caluma_form_question"."slug") -- qs ref
)
Expand All @@ -273,22 +270,22 @@
FROM document_2a07e AS "document_2a07e"
LEFT JOIN (
SELECT DISTINCT ON (document_id)
(answer_b4215.value #>>'{}') AS "analytics_result_blablub",
(answer_af542.value #>>'{}') AS "analytics_result_blablub",
"document_id"
FROM answer_b4215 AS "answer_b4215"
FROM answer_af542 AS "answer_af542"
WHERE "question_id" = 'top_question'
ORDER BY document_id


) AS "answer_b4215_caea5" ON (document_2a07e.id = "answer_b4215_caea5".document_id)
) AS "answer_af542_caea5" ON (document_2a07e.id = "answer_af542_caea5".document_id)
WHERE form_id = 'top_form'
ORDER BY id


) AS "document_2a07e_27f15" ON (case_ac50e.document_id = "document_2a07e_27f15".id)


) AS analytics_247d1
) AS analytics_2a8de
-- PARAMS:

''',
Expand Down Expand Up @@ -333,7 +330,7 @@
FROM
"caluma_form_document" INNER JOIN "caluma_form_form" ON ("caluma_form_document"."form_id" = "caluma_form_form"."slug") -- qs ref
),
answer_b4215 AS (SELECT "caluma_form_answer"."created_at",
answer_af542 AS (SELECT "caluma_form_answer"."created_at",
"caluma_form_answer"."modified_at",
"caluma_form_answer"."created_by_user",
"caluma_form_answer"."created_by_group",
Expand All @@ -344,8 +341,7 @@
"caluma_form_answer"."value",
"caluma_form_answer"."meta",
"caluma_form_answer"."document_id",
"caluma_form_answer"."date",
"caluma_form_answer"."file_id"
"caluma_form_answer"."date"
FROM
"caluma_form_answer" INNER JOIN "caluma_form_question" ON ("caluma_form_answer"."question_id" = "caluma_form_question"."slug") -- qs ref
)
Expand All @@ -360,22 +356,22 @@
FROM document_2a07e AS "document_2a07e"
LEFT JOIN (
SELECT DISTINCT ON (document_id)
(answer_b4215.value #>>'{}') AS "analytics_result_blablub",
(answer_af542.value #>>'{}') AS "analytics_result_blablub",
"document_id"
FROM answer_b4215 AS "answer_b4215"
FROM answer_af542 AS "answer_af542"
WHERE "question_id" = 'top_question'
ORDER BY document_id


) AS "answer_b4215_caea5" ON (document_2a07e.id = "answer_b4215_caea5".document_id)
) AS "answer_af542_caea5" ON (document_2a07e.id = "answer_af542_caea5".document_id)
WHERE form_id = 'top_form'
ORDER BY id


) AS "document_2a07e_27f15" ON (case_ac50e.document_id = "document_2a07e_27f15".id)


) AS analytics_247d1
) AS analytics_2a8de
WHERE analytics_result_blablub IN (%(flt_analytics_result_blablub_8201d)s, %(flt_analytics_result_blablub_8e5e6)s)
-- PARAMS:
-- flt_analytics_result_blablub_8201d: Shelly Watson
Expand Down
Loading

0 comments on commit 0abb110

Please sign in to comment.