feat: update ingest, registry, and UI flows

This commit is contained in:
2026-02-15 21:50:35 +03:00
parent e6eca7cd50
commit 5518c3b405
35 changed files with 2615 additions and 497 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: build test migrate-up migrate-down run
.PHONY: build test migrate-up migrate-down run db-reset
build:
go build ./...
@@ -14,3 +14,6 @@ migrate-up:
migrate-down:
go run ./cmd/reanimator-migrate --direction down
db-reset:
go run ./cmd/reanimator-reset