idk what I was doing before

This commit is contained in:
2025-02-08 04:44:51 -06:00
parent 02f27034d5
commit ffd29b2ffe
14 changed files with 327 additions and 11 deletions
+9
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