chore/cleanup-legacy-files #5

Merged
cal merged 5 commits from chore/cleanup-legacy-files into main 2026-02-05 19:33:34 +00:00
Owner
No description provided.
cal added 5 commits 2026-02-05 19:14:40 +00:00
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>
- Uncomment build directive to build from local Dockerfile
- Comment out remote image reference
- Allows testing changes without pushing to registry

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- nginx-proxy-manager network only needed in production
- Allows local docker compose up without external dependencies

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
chore: Move documentation to .claude/
All checks were successful
Build Docker Image / build (pull_request) Successful in 7m1s
92e3517225
cal merged commit 86dbe871a1 into main 2026-02-05 19:33:34 +00:00
cal deleted branch chore/cleanup-legacy-files 2026-02-05 19:33:37 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-database#5
No description provided.