Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 488 Bytes

File metadata and controls

24 lines (17 loc) · 488 Bytes

Contributing

Before Submitting a PR

  1. Run full validation:

    bash scripts/validate_all.sh
  2. If you modified the source dump:

    bash scripts/generate_schema.sh  # regenerate schema.sql
    bash scripts/validate_all.sh     # verify both files

CI Requirements

  • All 68 pgTAP tests must pass
  • Schema drift check must pass

Questions?

See docs/VALIDATION.md for validation notes. See docs/ARCHITECTURE.md for schema design.