DELETE FROM organization_memberships WHERE organization_id IN ( SELECT id FROM organizations WHERE slug = 'default' ) AND invited_by_user_id IS NULL;