fix: regenerate templ and update migrate command

This commit is contained in:
2026-04-07 05:24:20 +02:00
parent b7f861533a
commit 579b194eb9
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ test:
go test ./...
migrate:
sqlite3 mal.db < migrations/001_init.sql
for f in migrations/*.sql; do sqlite3 mal.db < "$$f" 2>/dev/null || true; done
sqlc:
sqlc generate