feat(skel): placeholder migration so embed.FS has a file to index

This commit is contained in:
2026-04-18 21:20:45 +00:00
parent 9b9e0e4011
commit ff7cd8d38b
@@ -0,0 +1,9 @@
-- +goose Up
-- +goose StatementBegin
SELECT 1;
-- +goose StatementEnd
-- +goose Down
-- +goose StatementBegin
SELECT 1;
-- +goose StatementEnd