mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
added design type
This commit is contained in:
parent
592819beff
commit
786deb23ed
4 changed files with 6239 additions and 0 deletions
1
src/app/db/migrations/0162_powerful_paladin.sql
Normal file
1
src/app/db/migrations/0162_powerful_paladin.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "hubspot_deal_data" ADD COLUMN "design_type" text;
|
||||
6230
src/app/db/migrations/meta/0162_snapshot.json
Normal file
6230
src/app/db/migrations/meta/0162_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1135,6 +1135,13 @@
|
|||
"when": 1775041707059,
|
||||
"tag": "0161_fresh_taskmaster",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 162,
|
||||
"version": "7",
|
||||
"when": 1775041844023,
|
||||
"tag": "0162_powerful_paladin",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -34,6 +34,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
|
|||
proposedMeasures: text("proposed_measures"),
|
||||
approvedPackage: text("approved_package"),
|
||||
designer: text("designer"),
|
||||
dealType: text("design_type"),
|
||||
designCompletionDate: timestamp("design_completion_date", { precision: 6, withTimezone: true }),
|
||||
actualMeasuresInstalled: text("actual_measures_installed"),
|
||||
installer: text("installer"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue