forked from cerc-io/ipld-eth-server
Convert existing migrations from timestamp to versioned
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- +goose Up
|
||||
ALTER TABLE blocks
|
||||
ADD COLUMN block_extra_data VARCHAR;
|
||||
|
||||
-- +goose Down
|
||||
ALTER TABLE blocks
|
||||
DROP COLUMN block_extra_data;
|
||||
Reference in New Issue
Block a user