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 Apr 21, 2024
1 parent 143f8b8 commit 181f1c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog/clickhouse/test/__snapshots__/test_schema.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@
, _offset UInt64
, _partition UInt64

) ENGINE = ReplicatedMergeTree('/clickhouse/tables/CHM0060_20240421134121_{shard}/posthog.performance_events', '{replica}')
) ENGINE = ReplicatedMergeTree('/clickhouse/tables/CHM0060_20240421135207_{shard}/posthog.performance_events', '{replica}')
PARTITION BY toYYYYMM(timestamp)
ORDER BY (team_id, toDate(timestamp), session_id, timestamp)

Expand Down Expand Up @@ -2711,7 +2711,7 @@
, _offset UInt64
, _partition UInt64

) ENGINE = ReplicatedMergeTree('/clickhouse/tables/CHM0060_20240421134121_{shard}/posthog.performance_events', '{replica}')
) ENGINE = ReplicatedMergeTree('/clickhouse/tables/CHM0060_20240421135207_{shard}/posthog.performance_events', '{replica}')
PARTITION BY toYYYYMM(timestamp)
ORDER BY (team_id, toDate(timestamp), session_id, timestamp)

Expand Down

0 comments on commit 181f1c7

Please sign in to comment.