Merge pull request #217 from Hestia-Homes/feature/add_rc_comments
Some checks are pending
Next.js Build Check / build (push) Waiting to run

Feature/add rc comments
This commit is contained in:
Jun-te Kim 2026-04-08 15:35:19 +01:00 committed by GitHub
commit a41f18fb07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6335 additions and 0 deletions

View file

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

File diff suppressed because it is too large Load diff

View file

@ -1163,6 +1163,13 @@
"when": 1775577933185,
"tag": "0165_small_khan",
"breakpoints": true
},
{
"idx": 166,
"version": "7",
"when": 1775658752820,
"tag": "0166_melodic_crusher_hogan",
"breakpoints": true
}
]
}

View file

@ -43,6 +43,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
measuresLodgementDate: timestamp("measures_lodgement_date", { precision: 6, withTimezone: true }),
lodgementDate: timestamp("lodgement_date", { precision: 6, withTimezone: true }),
expectedCommencementDate: timestamp("expected_commencement_date", { precision: 6, withTimezone: true }),
coordination_comments: text("coordination_comments"),
surveyor: text("surveyor"),
damnpMouldAndRepairComments: text("damp_mould_and_repairs_comments"),
confirmedSurveyDate: timestamp("confirmed_survey_date", { precision: 6, withTimezone: true }),