Major Domo Database - PostgreSQL database service for SBA bot
- Add CustomCommandCreator and CustomCommand models to db_engine.py - Add comprehensive custom commands API router with full CRUD operations - Include migration script for transferring 140 commands from sba_is_fun.db - Add FastAPI integration for /api/v3/custom_commands endpoints - Implement usage tracking, search, autocomplete, and statistics features - Add grace period handling for unused commands to prevent deletion - Include comprehensive documentation for migration process 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| app | ||
| .dockerignore | ||
| .gitignore | ||
| CUSTOM_COMMANDS_MIGRATION.md | ||
| db_engine.py | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| main.py | ||
| migrate_custom_commands.py | ||
| MIGRATION_QUICK_REFERENCE.md | ||
| migrations.py | ||
| pd_master.db | ||
| requirements.txt | ||