Skip to content

Conversation

@DMontgomery40
Copy link
Owner

Implements Phase 3 PR13.

  • Adds Alembic migration 0002_hierarchical_config (global/tenant/department/group/user + audit; indices and composite PKs)
  • Adds SQLAlchemy models in api/app/models/config.py

Acceptance greps:

  • rg -n "class Config(Global|Tenant|Department|Group|User|Audit)" api/app/models/config.py | wc -l → 6

CI: Python tests only (no Docker/UI build). This change is additive and does not alter runtime code paths.

Smoke (local):

  • alembic -c api/alembic.ini upgrade head (ok)
  • scripts/ci/greps.sh (ok)

Faxbot Agent added 2 commits September 26, 2025 01:29
… bootstrap (no UI/API yet); add deps (cryptography, redis, sse-starlette)
@DMontgomery40
Copy link
Owner Author

Closing as the changes have been merged into auto-tunnel via commit a338caa

@DMontgomery40 DMontgomery40 deleted the feat/pr13-config-db-models branch September 26, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants