Thread Starter
marsv
(@marsv)
Wow, this is so embarrassing.
$wordpressTables = array(
'commentmeta',
'comments',
'links',
'options',
'postmeta',
'posts',
'term_relationsships',
'term_taxonomy',
'terms',
'usermeta',
'users'
);
I found a little typo in my code (term_relationships), so that whole table was missing 😀