Automated Action 11ef92d44e Fix circular import issue in database models
- Created a dedicated base_class.py file to define the SQLAlchemy Base
- Updated all models to import Base from base_class.py instead of session.py
- Modified migrations/env.py to properly import models and Base
- Fixed circular dependency between models and base classes
2025-06-02 22:08:10 +00:00
..