Skip to content

Commit

Permalink
update relationship db functions
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <muzair.shaikh810@gmail.com>
  • Loading branch information
MUzairS15 committed Mar 15, 2024
1 parent 342e7db commit c9af045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/meshmodel/core/v1alpha1/relationship.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ func (r *RelationshipDefinition) GetRelationshipDefinitionDB() (rdb Relationship
rdb.Metadata, _ = json.Marshal(r.Metadata)
rdb.Selectors, _ = json.Marshal(r.Selectors)
rdb.Kind = r.Kind
rdb.RelationshipType = r.RelationshipType
rdb.SubType = r.SubType
rdb.ModelID = r.Model.ID
rdb.EvaluationQuery = r.EvaluationQuery
Expand Down

0 comments on commit c9af045

Please sign in to comment.