ipfs-ethdb/postgres/db/migrations/00002_create_eth_schema.sql
2020-09-08 14:15:35 -05:00

6 lines
65 B
SQL

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