make withdrawal_cids a hypertable
This commit is contained in:
parent
90c29240a5
commit
b64d747e4c
@ -10,5 +10,7 @@ CREATE TABLE IF NOT EXISTS eth.withdrawal_cids (
|
||||
PRIMARY KEY (index, header_id, block_number)
|
||||
);
|
||||
|
||||
SELECT create_hypertable('eth.withdrawal_cids', 'block_number', migrate_data => true, chunk_time_interval => 32768);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE eth.withdrawal_cids;
|
||||
|
Loading…
Reference in New Issue
Block a user