-- +goose Up
-- +goose StatementBegin
CREATE SCHEMA IF NOT EXISTS testing;
-- +goose StatementEnd
-- +goose Down
DROP SCHEMA IF EXISTS testing;