Feat: add POSIX DB projection

This commit is contained in:
MangoPig
2026-06-21 22:02:59 +01:00
parent 9b4f1ce197
commit 3c7a73853d
6 changed files with 785 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ migrate-rebuild:
migrate-status:
cd '{{backend_dir}}' && go run ./cmd/migrate status
# Rebuild the POSIX-to-DB projection from the current POSIX root.
posix-rebuild:
cd '{{backend_dir}}' && go run ./cmd/posix rebuild
# Format backend Go source files.
fmt:
cd '{{backend_dir}}' && gofmt -w ./cmd ./db ./internal