Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Müller <code@brauser.io>
  • Loading branch information
Flipez committed Oct 19, 2024
1 parent 64457ec commit 5f685c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mvg/analyser/clickhouse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def setup_tables
connection.create_table("requests",
if_not_exists: true,
order: "(station, timestamp)",
partition: "datestring"
partition: "datestring",
engine: "MergeTree") do |t|
t << "id String CODEC(ZSTD(3))"
t << "datestring String CODEC(ZSTD(3))"
Expand Down

0 comments on commit 5f685c2

Please sign in to comment.