ipld-eth-db/db/migrations/00018_create_eth_meta_schema.sql
2022-08-30 12:05:51 -05:00

6 lines
75 B
SQL

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