I don't have anything in committerships that matches the suggested solution to this problem
mysql> select * from committerships where repository_id is null; Empty set (0.00 sec) mysql> select id from repositories where project_id is null; Empty set (0.00 sec) mysql> select id from repositories where project_id not in ( select id from projects ); Empty set (0.01 sec) -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
