From 1d842b26f16ce664f12e00724634da43c00d0118 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 27 Jul 2026 13:18:54 +0000 Subject: [PATCH] typo --- src/app/db/schema/crm/hubspot_deal_table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/db/schema/crm/hubspot_deal_table.ts b/src/app/db/schema/crm/hubspot_deal_table.ts index f54951e6..aa3dde47 100644 --- a/src/app/db/schema/crm/hubspot_deal_table.ts +++ b/src/app/db/schema/crm/hubspot_deal_table.ts @@ -24,7 +24,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", { coordinationStatus: text("coordination_status"), designStatus: text("design_status"), bookingStatus: text("booking_status"), - ntoesForSurveyor: text("notes_for_surveyor"), // Extra booking information + notesForSurveyor: text("notes_for_surveyor"), // Extra booking information pashubLink: text("pashub_link"), sharepointLink: text("sharepoint_link"),