delete col

This commit is contained in:
Daniel Roth 2026-06-15 08:59:24 +00:00
parent 462cd36c3f
commit db0b3670f4

View file

@ -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 }),