mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge pull request #217 from Hestia-Homes/feature/add_rc_comments
Some checks are pending
Next.js Build Check / build (push) Waiting to run
Some checks are pending
Next.js Build Check / build (push) Waiting to run
Feature/add rc comments
This commit is contained in:
commit
a41f18fb07
4 changed files with 6335 additions and 0 deletions
1
src/app/db/migrations/0166_melodic_crusher_hogan.sql
Normal file
1
src/app/db/migrations/0166_melodic_crusher_hogan.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "hubspot_deal_data" ADD COLUMN "coordination_comments" text;
|
||||
6326
src/app/db/migrations/meta/0166_snapshot.json
Normal file
6326
src/app/db/migrations/meta/0166_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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 }),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue