init
This commit is contained in:
9
app/migrations/20260401202343_c_schema.sql
Normal file
9
app/migrations/20260401202343_c_schema.sql
Normal file
@ -0,0 +1,9 @@
|
||||
-- +goose Up
|
||||
-- +goose StatementBegin
|
||||
CREATE SCHEMA IF NOT EXISTS qrcode;
|
||||
-- +goose StatementEnd
|
||||
|
||||
-- +goose Down
|
||||
-- +goose StatementBegin
|
||||
DROP SCHEMA IF EXISTS qrcode;
|
||||
-- +goose StatementEnd
|
||||
Reference in New Issue
Block a user