You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exec: select COUNT(issue_label.id) from issue_label LEFT JOIN issue ON issue_label.issue_id = issue.id LEFT JOIN label ON issue_label.label_id = label.id WHERE issue.id IS NULL OR label.id IS NULL;