fix: change sqlc output directory

This commit is contained in:
Muyao CHEN 2024-10-05 23:23:09 +02:00
parent 426471d3b1
commit a6abdf504d

View File

@ -27,6 +27,5 @@ sql:
schema: "migrations"
gen:
go:
package: "sqlc"
out: "internal/howmuch/infra/datastore"
out: "internal/howmuch/controller/repo/sqlc"
sql_package: "pgx/v5"