forked from cerc-io/ipld-eth-server
Convert existing migrations from timestamp to versioned
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
CREATE TABLE public.blocks
|
||||
(
|
||||
block_number BIGINT
|
||||
)
|
||||
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE public.blocks
|
||||
Reference in New Issue
Block a user