ipld-eth-db/db/pre_batch_processing_migrations/00003_create_eth_schema.sql

5 lines
64 B
MySQL
Raw Normal View History

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