fix: define podcast_id and platform_slug as foreign keys in podcasts_plaforms table

update discord logo
This commit is contained in:
Yassine Doghri 2022-01-04 16:37:59 +00:00
commit 6e9451a110
9 changed files with 19 additions and 22 deletions

View file

@ -227,7 +227,7 @@ class PodcastImportController extends BaseController
'platform_slug' => $platformSlug,
'podcast_id' => $newPodcastId,
'link_url' => $platform->attributes()['url'],
'link_content' => $platform->attributes()['id'],
'account_id' => $platform->attributes()['id'],
'is_visible' => false,
];
}