forked from cerc-io/ipld-eth-server
Remove tx from migrations (goose does it automagically)
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
CREATE TABLE public.blocks
|
||||
(
|
||||
block_number BIGINT
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE public.blocks
|
||||
DROP TABLE public.blocks;
|
||||
|
||||
Reference in New Issue
Block a user