Major Domo Database - PostgreSQL database service for SBA bot
Changed CustomCommandCreatorModel.id from required `int` to `Optional[int] = None` to allow POST requests to create new creators without specifying an ID (database auto-generates it). Bug: Users couldn't create custom commands with /new-cc - API returned 422 error "Field required" for missing id field. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| app | ||
| migrations | ||
| scripts | ||
| test-storage | ||
| .dockerignore | ||
| .env | ||
| .gitignore | ||
| =2.9.0 | ||
| CLAUDE.md | ||
| db_engine.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| Dockerfile.optimized | ||
| LICENSE | ||
| main.py | ||
| migrations.py | ||
| pd_master.db | ||
| requirements.txt | ||
| VERSION | ||