Merge pull request #400 from Hestia-Homes/feature/abri-resource-hubspot-migration

Abri API: add third party surveyor id to hubspot deal data table
This commit is contained in:
Daniel Roth 2026-07-17 14:29:10 +01:00 committed by GitHub
commit 558633c128
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12438 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TABLE "hubspot_deal_data" ADD COLUMN "third_party_surveyor_identifier" text;

File diff suppressed because it is too large Load diff

View file

@ -1898,6 +1898,13 @@
"when": 1783957414552,
"tag": "0271_portfolio_tag_and_property_tag",
"breakpoints": true
},
{
"idx": 272,
"version": "7",
"when": 1784292106010,
"tag": "0272_flashy_brood",
"breakpoints": true
}
]
}

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