--- heartbeat.views.inc	2013-06-18 13:26:59.606764010 -0500
+++ heartbeat.views.inc.diff	2013-06-18 13:31:02.622768157 -0500
@@ -97,7 +97,7 @@
       ),
       'relationship' => array(
         'base' => 'users',
-        'field' => 'uid',
+        'field' => 'uid_target',
         'label' => 'User target ID',
         'help' => t('Bring in data about the user being addressed.'),
       ),
@@ -149,7 +149,7 @@
       ),
       'relationship' => array( // this relationship brings in all fields the node table offers
         'base' => 'node',
-        'field' => 'nid',
+        'field' => 'nid_target',
         'label' => 'content',
         'help' => t('Bring in data about the node being addressed.'),
       ),
