ipld-eth-server/db/migrations/00040_create_btc_schema.sql
2020-02-20 16:14:17 -06:00

5 lines
64 B
SQL

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