mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
booking status
This commit is contained in:
parent
7c8b7bbe34
commit
d37ce12f10
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