Files
qrcode/app/migrations/20260401202343_c_schema.sql
Michael a14103ad8e init
2026-04-29 20:11:57 +02:00

10 lines
191 B
SQL

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