Skip to content

Commit

Permalink
Merge pull request #10 from gnosischain/fix_validator_metadata
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
riccardo-gnosis authored Oct 18, 2024
2 parents fb19be8 + b91d013 commit 4b3acd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func ValidatorMetadataDDL(db string) string {
crawler_id String,
crawler_location String,
timestamp Int64,
) ENGINE = MergeTree()
) ENGINE = ReplacingMergeTree()
PRIMARY KEY (id, timestamp)`, db)
}

Expand Down

0 comments on commit 4b3acd0

Please sign in to comment.