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

6 lines
75 B
SQL

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