ipld-eth-server/db/migrations/00010_create_btc_schema.sql
2020-05-29 22:02:47 -05:00

5 lines
64 B
SQL

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