ipld-eth-db/db/migrations/00015_create_eth_meta_schema.sql
2023-02-17 14:26:21 -06:00

6 lines
75 B
SQL

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