Skip to content

Commit

Permalink
add clickhouse migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Savid committed Jun 7, 2024
1 parent 608e84b commit 46e73a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ COMMENT COLUMN meta_consensus_implementation 'Ethereum consensus client implemen
COMMENT COLUMN meta_labels 'Labels associated with the event';

CREATE TABLE canonical_beacon_validators on cluster '{cluster}' AS canonical_beacon_validators_local
ENGINE = Distributed('{cluster}', default, canonical_beacon_validators_local, seahash('epoch_start_date_time', 'index', 'meta_network_name'));
ENGINE = Distributed('{cluster}', default, canonical_beacon_validators_local, cityHash64('epoch_start_date_time', 'index', 'meta_network_name'));

0 comments on commit 46e73a7

Please sign in to comment.