feat: add initial schema and update changelog for database models

This commit is contained in:
2025-11-09 16:57:58 +01:00
parent dc3ebfbba5
commit c6fdc2d923
3 changed files with 198 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
## 2025-11-09
- Captured current implementation status, requirements coverage, missing features, and prioritized roadmap in `calminer-docs/implementation_status.md` to guide future development.
- Added core SQLAlchemy domain models, shared metadata descriptors, and Alembic migration setup (with initial schema snapshot) to establish the persistence layer foundation.