Harden CI and switch release builds to tagged immutable images
All checks were successful
CI / Backend (push) Successful in 29s
CI / Frontend (push) Successful in 9m27s
CI / Contracts and repository policy (push) Successful in 7s
CI / Container (push) Successful in 18s

This commit is contained in:
Elijah 2026-07-15 19:21:07 -07:00
parent bed2e6cfb6
commit f24e96efa7
60 changed files with 4710 additions and 64 deletions

16
sqlc.yaml Normal file
View file

@ -0,0 +1,16 @@
version: "2"
sql:
- engine: postgresql
schema: db/migrations
queries: db/queries
gen:
go:
package: dbgen
out: internal/adapters/postgres/generated
sql_package: pgx/v5
emit_db_tags: true
emit_empty_slices: true
emit_interface: true
emit_json_tags: true
emit_pointers_for_null_types: true