mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge branch 'main' of https://github.com/Hestia-Homes/assessment-model into feature/rebaseline-db-changes
This commit is contained in:
commit
224fcc8ab8
4 changed files with 6227 additions and 0 deletions
1
src/app/db/migrations/0160_slimy_polaris.sql
Normal file
1
src/app/db/migrations/0160_slimy_polaris.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "hubspot_deal_data" ADD COLUMN "listing_id" text;
|
||||
6218
src/app/db/migrations/meta/0160_snapshot.json
Normal file
6218
src/app/db/migrations/meta/0160_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1121,6 +1121,13 @@
|
|||
"when": 1774965050131,
|
||||
"tag": "0159_sad_molly_hayes",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 160,
|
||||
"version": "7",
|
||||
"when": 1774970639805,
|
||||
"tag": "0160_slimy_polaris",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -11,6 +11,7 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
|
|||
projectCode: text("project_code"),
|
||||
|
||||
landlordPropertyId: text("landlord_property_id"),
|
||||
listingId: text("listing_id"),
|
||||
uprn: text("uprn"),
|
||||
outcome: text("outcome"),
|
||||
outcomeNotes: text("outcome_notes"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue