Comment 10 for bug 1819453

Revision history for this message
Drew Freiberger (afreiberger) wrote :

Here's a query I used to determine we have entries in id_mapping table that don't have a matching local_entity in the user/nonlocal_user tables.

select * from id_mapping where public_id not in (select id_mapping.public_id from id_mapping join user on id_mapping.public_id = user.id);