* Convert change notice issue entity references to links, so they can
* reference off-site, to git.drupalcode.org.
*/
functiondrupalorg_update_7158(){
$results=db_query("SELECT DISTINCT i.entity_id FROM {field_data_field_issues} i WHERE i.bundle = 'changenotice' AND i.entity_type = 'node'")->fetchCol();