add third party surveyor id to hubspot deal data table

This commit is contained in:
Daniel Roth 2026-07-17 12:41:38 +00:00
parent 769030ab49
commit 4a73df3a25

View file

@ -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"),