added design type

This commit is contained in:
Jun-te Kim 2026-04-01 11:11:05 +00:00
parent 592819beff
commit 786deb23ed
4 changed files with 6239 additions and 0 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1135,6 +1135,13 @@
"when": 1775041707059,
"tag": "0161_fresh_taskmaster",
"breakpoints": true
},
{
"idx": 162,
"version": "7",
"when": 1775041844023,
"tag": "0162_powerful_paladin",
"breakpoints": true
}
]
}

View file

@ -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"),