Merge pull request #210 from Hestia-Homes/feature/hubspot_dataf

merge listing_id
This commit is contained in:
Jun-te Kim 2026-03-31 16:24:59 +01:00 committed by GitHub
commit 6d1e9ffdc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -1121,6 +1121,13 @@
"when": 1774965050131,
"tag": "0159_sad_molly_hayes",
"breakpoints": true
},
{
"idx": 160,
"version": "7",
"when": 1774970639805,
"tag": "0160_slimy_polaris",
"breakpoints": true
}
]
}

View file

@ -11,6 +11,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
projectCode: text("project_code"),
landlordPropertyId: text("landlord_property_id"),
listingId: text("listing_id"),
uprn: text("uprn"),
outcome: text("outcome"),
outcomeNotes: text("outcome_notes"),