remove overly-specific comment

This commit is contained in:
Daniel Roth 2026-07-06 16:14:25 +00:00
parent 359516fa5f
commit 01f0392ce2

View file

@ -72,8 +72,6 @@ class HubspotDealData(SQLModel, table=True):
surveyed_date: Optional[datetime] = Field(default=None)
design_type: Optional[str] = Field(default=None)
# OpenHousing job number; HubSpot property ID is client_booking_reference.
# Column is created by a drizzle migration in the TS frontend repo, which
# must deploy before this model change (issue #1478).
job_no: Optional[str] = Field(default=None)
survey_type: Optional[str] = Field(default=None)