ipld-eth-db/db/batch_process_migrations/00003_create_eth_schema.sql

5 lines
64 B
SQL

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