ipld-eth-server/db/migrations/00045_create_maker_schema.sql

7 lines
70 B
SQL

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