ipld-eth-server/db/migrations/00010_create_btc_schema.sql

5 lines
64 B
MySQL
Raw Normal View History

2020-01-31 20:08:51 +00:00
-- +goose Up
CREATE SCHEMA btc;
-- +goose Down
DROP SCHEMA btc;