mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
merge listing_id
This commit is contained in:
parent
8ef72597e6
commit
ab02b702fb
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue