add client booking reference to hubspot deal data

This commit is contained in:
Daniel Roth 2026-07-06 15:46:18 +00:00
parent c861d4a0b0
commit d49042eb7e

View file

@ -81,6 +81,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
lastSubmissionDate: timestamp("last_submission_date", { precision: 6, withTimezone: true }),
numberOfAttempts: text("number_of_attempts"),
clientBookingReference: text("client_booking_reference"),
createdAt: timestamp("created_at", { precision: 6, withTimezone: true })
.defaultNow()