mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #288 from Hestia-Homes/feature/booking_status
Some checks are pending
Test Suite / unit-tests (push) Waiting to run
Some checks are pending
Test Suite / unit-tests (push) Waiting to run
booking status
This commit is contained in:
commit
f4acda72a6
4 changed files with 10134 additions and 0 deletions
1
src/app/db/migrations/0214_superb_maelstrom.sql
Normal file
1
src/app/db/migrations/0214_superb_maelstrom.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "hubspot_deal_data" ADD COLUMN "booking_status" text;
|
||||
10125
src/app/db/migrations/meta/0214_snapshot.json
Normal file
10125
src/app/db/migrations/meta/0214_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue