ipld-eth-db/migrations/00003_create_eth_schema.sql

5 lines
64 B
MySQL
Raw Normal View History

2021-08-29 18:55:44 +00:00
-- +goose Up
CREATE SCHEMA eth;
-- +goose Down
DROP SCHEMA eth;