Skip to content

Commit abb6a56

Browse files
authored
chore: add missing country_mapping_no_flags datasource (#3357)
1 parent 408557d commit abb6a56

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
SCHEMA >
3+
`country` String,
4+
`country_code` String,
5+
`timezone_offset` Int16
6+
7+
ENGINE "MergeTree"
8+
ENGINE_SORTING_KEY "country, timezone_offset"

0 commit comments

Comments
 (0)