mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
remove overly-specific comment
This commit is contained in:
parent
359516fa5f
commit
01f0392ce2
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue