ipld-eth-db/db/migrations/00014_create_eth_meta_schema.sql

6 lines
75 B
MySQL
Raw Normal View History

-- +goose Up
CREATE SCHEMA eth_meta;
-- +goose Down
DROP SCHEMA eth_meta;