ipfs-ethdb/postgres/db/migrations/00002_create_eth_schema.sql

6 lines
65 B
MySQL
Raw Normal View History

2020-09-08 18:36:41 +00:00
-- +goose Up
CREATE SCHEMA eth;
-- +goose Down
DROP SCHEMA eth;