Skip to content

Commit fce1ff0

Browse files
committed
fix(apollo): add _removed_* migrations for retired opportunity subblocks
1 parent 78407fd commit fce1ff0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/sim/lib/workflows/migrations/subblock-migrations.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export const SUBBLOCK_ID_MIGRATIONS: Record<string, Record<string, string>> = {
4343
close_date: 'closed_date',
4444
stage_id: 'opportunity_stage_id',
4545
note: 'task_notes',
46+
description: '_removed_description',
47+
account_ids: '_removed_account_ids',
48+
stage_ids: '_removed_stage_ids',
49+
owner_ids: '_removed_owner_ids',
4650
},
4751
rippling: {
4852
action: '_removed_action',

0 commit comments

Comments
 (0)