Merge pull request #288 from Hestia-Homes/feature/booking_status
Some checks are pending
Test Suite / unit-tests (push) Waiting to run

booking status
This commit is contained in:
Jun-te Kim 2026-05-28 13:03:40 +01:00 committed by GitHub
commit f4acda72a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10134 additions and 0 deletions

View file

@ -0,0 +1 @@
ALTER TABLE "hubspot_deal_data" ADD COLUMN "booking_status" text;

File diff suppressed because it is too large Load diff

View file

@ -1499,6 +1499,13 @@
"when": 1779909562600,
"tag": "0213_tired_victor_mancha",
"breakpoints": true
},
{
"idx": 214,
"version": "7",
"when": 1779969672088,
"tag": "0214_superb_maelstrom",
"breakpoints": true
}
]
}

View file

@ -23,6 +23,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
coordinationStatus: text("coordination_status"),
designStatus: text("design_status"),
bookingStatus: text("booking_status"),
pashubLink: text("pashub_link"),
sharepointLink: text("sharepoint_link"),