feat: prepare postgres sbom cutover
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a028f0-a42f-7582-89a8-ebaad7343834
This commit is contained in:
parent
cf7e3acb78
commit
ba535e1f8f
26 changed files with 1573 additions and 411 deletions
8
Makefile
8
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: install test lint check run scan
|
||||
.PHONY: install test lint check run scan migrate migration-status
|
||||
|
||||
export UV_CACHE_DIR ?= /tmp/sbom-nexus-uv-cache
|
||||
|
||||
|
|
@ -18,3 +18,9 @@ run:
|
|||
|
||||
scan:
|
||||
uv run sbom-nexus scan .
|
||||
|
||||
migrate:
|
||||
uv run alembic upgrade head
|
||||
|
||||
migration-status:
|
||||
uv run alembic current
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue