remove known_gaps table
This commit is contained in:
parent
42f46fc397
commit
475ead282b
@ -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;
|
|
Loading…
Reference in New Issue
Block a user