Skip to content

Commit

Permalink
Add Match Salts table
Browse files Browse the repository at this point in the history
  • Loading branch information
raimannma committed Oct 24, 2024
1 parent 90df950 commit 836d046
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 67 deletions.
7 changes: 7 additions & 0 deletions clickhouse/migrations/04_create_match_salts_table.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CREATE TABLE IF NOT EXISTS match_salts
(
match_id UInt64,
cluster_id UInt32,
metadata_salt UInt32,
replay_salt UInt32
) ENGINE = ReplacingMergeTree ORDER BY (match_id);
Loading

0 comments on commit 836d046

Please sign in to comment.