diff --git a/deploy/migrations/clickhouse/024_cannon_elaborated_attestation.up.sql b/deploy/migrations/clickhouse/024_cannon_elaborated_attestation.up.sql index 2ed307d1..ec525549 100644 --- a/deploy/migrations/clickhouse/024_cannon_elaborated_attestation.up.sql +++ b/deploy/migrations/clickhouse/024_cannon_elaborated_attestation.up.sql @@ -11,7 +11,6 @@ CREATE TABLE default.canonical_beacon_elaborated_attestation_local on cluster '{ block_root FixedString(66) CODEC(ZSTD(1)), validators Array(UInt32) Codec(ZSTD(1)), committee_index LowCardinality(String), - signature String Codec(ZSTD(1)), beacon_block_root FixedString(66) Codec(ZSTD(1)), slot UInt32 CODEC(DoubleDelta, ZSTD(1)), slot_start_date_time DateTime CODEC(DoubleDelta, ZSTD(1)), @@ -62,7 +61,6 @@ COMMENT COLUMN position_in_block 'The position of the attestation in the block', COMMENT COLUMN block_root 'The root of the block containing the attestation', COMMENT COLUMN validators 'Array of validator indices participating in the attestation', COMMENT COLUMN committee_index 'The index of the committee making the attestation', -COMMENT COLUMN signature 'The aggregate signature of the attestation', COMMENT COLUMN beacon_block_root 'The root of the beacon block being attested to', COMMENT COLUMN slot 'The slot number being attested to', COMMENT COLUMN source_epoch 'The source epoch referenced in the attestation',