fix: wrong directory for sqlc generated code

This commit is contained in:
Muyao CHEN 2024-10-06 10:29:09 +02:00
parent 4cdfe753c8
commit b14b8788ab
4 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@
version: "2"
sql:
- engine: "postgresql"
queries: "internal/app/adapter/repo/sqlc"
queries: "internal/howmuch/adapter/repo/sqlc"
schema: "migrations"
gen:
go:
out: "internal/app/controller/repo/sqlc"
out: "internal/howmuch/adapter/repo/sqlc"
sql_package: "pgx/v5"