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

5 lines
64 B
MySQL
Raw Normal View History

2020-07-16 15:34:56 +00:00
-- +goose Up
CREATE SCHEMA eth;
-- +goose Down
DROP SCHEMA eth;