From 4a73df3a253de6f47b82799e4cc8f02fa5715d88 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 17 Jul 2026 12:41:38 +0000 Subject: [PATCH] add third party surveyor id to hubspot deal data table --- src/app/db/schema/crm/hubspot_deal_table.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/db/schema/crm/hubspot_deal_table.ts b/src/app/db/schema/crm/hubspot_deal_table.ts index 805e906f..bd01b87c 100644 --- a/src/app/db/schema/crm/hubspot_deal_table.ts +++ b/src/app/db/schema/crm/hubspot_deal_table.ts @@ -82,6 +82,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", { numberOfAttempts: text("number_of_attempts"), clientBookingReference: text("client_booking_reference"), + thirdPartySurveyorIdentifier: text("third_party_surveyor_identifier"), designConstraints: text("design_constraints"), planningComments: text("planning_comments"),