mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
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:
commit
558633c128
4 changed files with 12438 additions and 0 deletions
1
src/app/db/migrations/0272_flashy_brood.sql
Normal file
1
src/app/db/migrations/0272_flashy_brood.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "hubspot_deal_data" ADD COLUMN "third_party_surveyor_identifier" text;
|
||||
12429
src/app/db/migrations/meta/0272_snapshot.json
Normal file
12429
src/app/db/migrations/meta/0272_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue