mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
Merge pull request #315 from Hestia-Homes/remove-duplicate-hs-col
Remove "osmosis_survey_required" column as it is already in the db as "domna_survey_required"
This commit is contained in:
commit
2b380d83d8
4 changed files with 10940 additions and 2 deletions
1
src/app/db/migrations/0233_abnormal_george_stacy.sql
Normal file
1
src/app/db/migrations/0233_abnormal_george_stacy.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
ALTER TABLE "hubspot_deal_data" DROP COLUMN "osmosis_survey_required";
|
||||
10932
src/app/db/migrations/meta/0233_snapshot.json
Normal file
10932
src/app/db/migrations/meta/0233_snapshot.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1625,6 +1625,13 @@
|
|||
"when": 1781513516132,
|
||||
"tag": "0232_wet_lifeguard",
|
||||
"breakpoints": true
|
||||
},
|
||||
{
|
||||
"idx": 233,
|
||||
"version": "7",
|
||||
"when": 1781513971818,
|
||||
"tag": "0233_abnormal_george_stacy",
|
||||
"breakpoints": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -74,8 +74,6 @@ export const hubspotDealData = pgTable("hubspot_deal_data", {
|
|||
domnaSurveyType: text("domna_survey_type"),
|
||||
domnaSurveyDate: timestamp("domna_survey_date", { precision: 6, withTimezone: true }),
|
||||
|
||||
osmosisSurveyRequired: boolean("osmosis_survey_required"),
|
||||
|
||||
dateBookingMade: timestamp("date_booking_made", { precision: 6, withTimezone: true }),
|
||||
lastContactDate: timestamp("last_contact_date", { precision: 6, withTimezone: true }),
|
||||
lastOutboundCall: timestamp("last_outbound_call", { precision: 6, withTimezone: true }),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue