mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
add extra_booking_information to hubspot deal data
This commit is contained in:
parent
2f5542ab40
commit
e91b949def
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
|
|||
coordinationStatus: text("coordination_status"),
|
||||
designStatus: text("design_status"),
|
||||
bookingStatus: text("booking_status"),
|
||||
extraBookingInformation: text("extra_booking_information"),
|
||||
|
||||
pashubLink: text("pashub_link"),
|
||||
sharepointLink: text("sharepoint_link"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue