Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 15, 2024
1 parent 0734af0 commit f23a84e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posthog/clickhouse/test/__snapshots__/test_schema.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
metric_name LowCardinality(String),
successes SimpleAggregateFunction(sum, Int64),
skipped SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64)

, _timestamp DateTime
, _offset UInt64
Expand Down Expand Up @@ -2101,7 +2101,7 @@
metric_name LowCardinality(String),
successes SimpleAggregateFunction(sum, Int64),
skipped SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64)

, _timestamp DateTime
, _offset UInt64
Expand Down Expand Up @@ -3196,7 +3196,7 @@
metric_name LowCardinality(String),
successes SimpleAggregateFunction(sum, Int64),
skipped SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64),
failures SimpleAggregateFunction(sum, Int64)

, _timestamp DateTime
, _offset UInt64
Expand Down

0 comments on commit f23a84e

Please sign in to comment.