- Issue created by @hussainweb
Right now, there is no way to link the post with its associated media within the set of migrations in the module. This relation is identified by the `post_parent` column on the `posts` table and this could be inversed for the posts migration (similar to what we already do for terms).
N/A
Add source property called `post_media` that contains all media IDs (post IDs)
Do it
None
Adding a source property on the WpPost migration
None
Active
1.0
Code