559 B
559 B
Task: Add database diagram generation script
Goal
Provide a repeatable local command that renders the current PostgreSQL schema as a visual database diagram for human review.
The output should be local generated artifacts, not checked-in schema snapshots, so the diagram can be refreshed whenever EF migrations or model configuration change.
Relevant Files
scripts/generate-db-diagram.sh.gitignoreREADME.md
Validation
./scripts/generate-db-diagram.sh
Open:
.artifacts/db-diagrams/database-diagram.html