diff --git a/app/db/base.py b/app/db/base.py index 19a618a..8cff77b 100644 --- a/app/db/base.py +++ b/app/db/base.py @@ -1 +1,5 @@ +from app.db.base_class import Base +from app.models.user import User +from app.models.client import Client +from app.models.invoice import Invoice, InvoiceItem # Import all models here for Alembic to detect them \ No newline at end of file