remove known_gaps table

This commit is contained in:
i-norden 2022-08-15 11:11:19 -05:00
parent 42f46fc397
commit 475ead282b
4 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
-- +goose Up
CREATE TABLE eth_meta.known_gaps (
starting_block_number bigint PRIMARY KEY,
ending_block_number bigint,
checked_out boolean,
processing_key bigint
);
-- +goose Down
DROP TABLE eth_meta.known_gaps;