initial commit

This commit is contained in:
2026-03-03 18:25:00 +05:00
commit 723d884fc2
16 changed files with 491 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- +goose Up
-- +goose StatementBegin
SELECT 'up SQL query';
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
SELECT 'down SQL query';
-- +goose StatementEnd