From db0b3670f4c3861803b62ae416152dc92d3fbaff Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 15 Jun 2026 08:59:24 +0000 Subject: [PATCH] delete col --- src/app/db/schema/crm/hubspot_deal_table.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/db/schema/crm/hubspot_deal_table.ts b/src/app/db/schema/crm/hubspot_deal_table.ts index 9a5d61c0..85f9f3d5 100644 --- a/src/app/db/schema/crm/hubspot_deal_table.ts +++ b/src/app/db/schema/crm/hubspot_deal_table.ts @@ -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 }),