Skip to content

Commit

Permalink
test(cloud-backends): snapshot regen
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Aug 7, 2023
1 parent 592ffab commit 85ecbbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ SELECT
WHERE
t0.`x` > 2
) AS t1
) AS `Contains_x_ x`
) AS `InColumn_x_ x`
FROM t AS t0
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ SELECT
WHERE
t0."x" > 2
) AS t1
) AS "Contains(x, x)"
) AS "InColumn(x, x)"
FROM "t" AS t0

0 comments on commit 85ecbbd

Please sign in to comment.