forked from cerc-io/ipld-eth-server
refactor migrations for new db instance, add mh_key rows
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- +goose Up
|
||||
CREATE SCHEMA eth;
|
||||
|
||||
-- +goose Down
|
||||
DROP SCHEMA eth;
|
||||
Reference in New Issue
Block a user