ipld-eth-db/db/migrations/uml_support/00003_create_eth_schema.sql
2023-09-20 12:14:16 -05:00

5 lines
64 B
SQL

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