small fix, don't worry about it

This commit is contained in:
Tomas Dvorak
2026-04-10 12:02:36 +02:00
parent 08bd0c6e5c
commit 08cb5754f3
638 changed files with 57332 additions and 34706 deletions
@@ -0,0 +1,7 @@
-- +goose Up
-- Baseline migration for goose-managed schema evolution.
SELECT 1;
-- +goose Down
-- Baseline down migration intentionally does not mutate schema.
SELECT 1;