merge listing_id

This commit is contained in:
Jun-te Kim 2026-03-31 15:24:18 +00:00
parent 8ef72597e6
commit ab02b702fb
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"),