Skip to content

Commit

Permalink
introducing BELONGS_TO relationship between DIFF_NODE and DIFF
Browse files Browse the repository at this point in the history
  • Loading branch information
binfalse committed Jul 12, 2017
1 parent 331678b commit 5e77d13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ protected Node addPatchNode( PatchType type, Node sourceNode, Node destinationNo

// wire the node
diffNode.createRelationshipTo( patchNode, Relation.DiffRelTypes.HAS_DIFF_ENTRY );
patchNode.createRelationshipTo( diffNode, Relation.DatabaseRelTypes.BELONGS_TO );
boolean inherit = false;

if( sourceRelationType != null && sourceNode != null ) {
Expand Down

0 comments on commit 5e77d13

Please sign in to comment.