Major Domo Database - PostgreSQL database service for SBA bot
Go to file
Cal Corum a2167d8f97 chore: Remove legacy files and old SQLite databases
Removed obsolete files after PostgreSQL migration:

Legacy Python Code:
- main.py (319 KB) - Replaced by app/main.py
- db_engine.py (68 KB) - Replaced by app/db_engine.py
- migrations.py - Old Peewee migrations, now using SQL migrations

Database Files:
- pd_master.db (74 MB) - Old SQLite database
- test-storage/pd_master.db (74 MB) - Duplicate test database
- test-storage/sba_is_fun.db (270 KB) - Old test database

Development Documentation:
- data_consistency_check.py
- DATA_CONSISTENCY_REPORT.md
- REFACTOR_DOCUMENTATION.md

Miscellaneous:
- Dockerfile.optimized - Alternative Dockerfile not in use
- =2.9.0 - Artifact file
- test-storage/ - Old test data

All files backed up to: /tmp/major-domo-database-legacy-backup/

Total: 10,444 lines deleted, ~179 MB freed

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 15:04:58 -06:00
.claude File cleanup 2025-10-25 20:17:02 -05:00
.gitea/workflows Add Gitea Actions CI/CD pipeline 2026-02-04 11:43:18 -06:00
app fix: Prevent locals() from polluting player PATCH data dict 2026-02-04 14:57:32 -06:00
migrations Add salary_cap column to Team model (v2.2.0) 2025-12-10 07:28:16 -06:00
scripts CLAUDE: Add --clean flag to production database sync 2025-10-23 16:52:42 -05:00
tests fix: Complete dependency injection refactor and restore caching 2026-02-04 01:13:46 -06:00
.dockerignore Adding Git and Docker files 2023-02-21 11:53:02 -06:00
.env Local migration fully functional 2025-08-20 09:52:46 -05:00
.gitignore Local migration fully functional 2025-08-20 09:52:46 -05:00
CLAUDE.md Fix custom command creator POST validation (v2.3.1) 2025-12-13 16:31:47 -06:00
deploy.sh Add Gitea Actions CI/CD pipeline 2026-02-04 11:43:18 -06:00
docker-compose.yml Add Redis Caching 2025-08-27 22:49:37 -05:00
Dockerfile Local migration fully functional 2025-08-20 09:52:46 -05:00
GITEA_ACTIONS_SETUP.md Add Gitea Actions CI/CD pipeline 2026-02-04 11:43:18 -06:00
LICENSE Initial commit 2023-02-19 21:42:32 -06:00
pytest.ini refactor: Add dependency injection for testability 2026-02-03 15:59:04 +00:00
requirements.txt refactor: Add dependency injection for testability 2026-02-03 15:59:04 +00:00
VERSION fix: Prevent locals() from polluting player PATCH data dict 2026-02-04 14:57:32 -06:00