Automated Action 874ce9b220 Fix Base import in app/db/base.py for Alembic migrations
The error was occurring because migrations/env.py was trying to import Base from app.db.base, but it wasn't being exported there. This change adds the proper import and re-export of Base in app.db.base.py, fixing the database migration error.
2025-05-26 18:26:16 +00:00
..