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 Dec 11, 2023
1 parent ceb2bd0 commit d9148e7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions posthog/clickhouse/test/__snapshots__/test_schema.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,20 @@

'
---
# name: test_create_table_query[channel_definition]
'

CREATE TABLE IF NOT EXISTS channel_definition ON CLUSTER posthog (
domain String NOT NULL,
kind String NOT NULL,
domain_type String NULL,
type_if_paid String NULL,
type_if_organic String NULL,
) ENGINE = MergeTree()
ORDER BY domain;

'
---
# name: test_create_table_query[cohortpeople]
'

Expand Down Expand Up @@ -1882,6 +1896,20 @@

'
---
# name: test_create_table_query_replicated_and_storage[channel_definition]
'

CREATE TABLE IF NOT EXISTS channel_definition ON CLUSTER posthog (
domain String NOT NULL,
kind String NOT NULL,
domain_type String NULL,
type_if_paid String NULL,
type_if_organic String NULL,
) ENGINE = MergeTree()
ORDER BY domain;

'
---
# name: test_create_table_query_replicated_and_storage[cohortpeople]
'

Expand Down

0 comments on commit d9148e7

Please sign in to comment.