fix: add e_catalog field to cooperation_proposals during migration from legacy database
This commit is contained in:
parent
8f2473f5d0
commit
d681080dc3
@ -255,6 +255,7 @@ private function processProposal(object $legacy, int $cooperationId): void
|
||||
DB::table('cooperation_proposals')->insert([
|
||||
'cooperation_id' => $cooperationId,
|
||||
'partner_media_id' => $partnerMediaId,
|
||||
'e_catalog' => $legacy->e_catalog ?? null,
|
||||
'status' => $this->mapApprovalStatus((string) $legacy->status),
|
||||
'submitted_at' => $legacy->created_at ?? now(),
|
||||
'created_at' => $legacy->created_at ?? now(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user