2024-03-14 09:35:52 -04:00

10 lines
193 B
SQL

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