major-domo-database/app
Cal Corum 254ce2ddc5 Add salary_cap column to Team model (v2.2.0)
- Add optional salary_cap (REAL/float) column to team table
- Create migration file for PostgreSQL schema change
- Update Peewee model with FloatField(null=True)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-10 07:28:16 -06:00
..
routers_v3 Fix teams endpoint to return results sorted by ID ascending 2025-12-03 13:30:50 -06:00
__init__.py Initial commit 2023-03-21 16:09:46 -05:00
db_engine.py Add salary_cap column to Team model (v2.2.0) 2025-12-10 07:28:16 -06:00
dependencies.py CLAUDE: Fix cache_result decorator to handle Response objects properly 2025-08-27 22:48:30 -05:00
main.py Added HelpCommands 2025-10-17 16:36:40 -05:00