refactor: change structure project

This commit is contained in:
lorsan
2026-05-03 19:17:55 +03:00
parent e289365ce8
commit c44fedb488
38 changed files with 62 additions and 59 deletions
+3 -3
View File
@@ -2,11 +2,11 @@ version: "2"
sql:
- engine: "postgresql"
queries: "internal/hub/store/sqlc/queries"
schema: "./internal/hub/migrations/"
queries: "hub/internal/store/sqlc/queries"
schema: "./hub/internal/migrations/"
gen:
go:
sql_package: "pgx/v5"
package: "gen"
out: "internal/hub/store/sqlc/gen"
out: "hub/internal/store/sqlc/gen"
emit_pointers_for_null_types: true