feat: Sprint 1 foundation - FastAPI scaffold, DB schema, auth, seed data, mock WhatsApp, Docker
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""Import all models so SQLAlchemy can resolve string-based relationships."""
|
||||
|
||||
from app.models.category import Category # noqa: F401
|
||||
from app.models.ticket import Escalation, Ticket, TicketPhoto, TicketTimeline # noqa: F401
|
||||
from app.models.unit import Unit # noqa: F401
|
||||
from app.models.user import User # noqa: F401
|
||||
from app.models.whatsapp_log import WhatsAppLog # noqa: F401
|
||||
Reference in New Issue
Block a user