-
Run full validation:
bash scripts/validate_all.sh
-
If you modified the source dump:
bash scripts/generate_schema.sh # regenerate schema.sql bash scripts/validate_all.sh # verify both files
- All 68 pgTAP tests must pass
- Schema drift check must pass
See docs/VALIDATION.md for validation notes.
See docs/ARCHITECTURE.md for schema design.