Skip to content

Commit

Permalink
Merge pull request #218 from release-engineering/devel-modules
Browse files Browse the repository at this point in the history
Remove the cardinality on KojiTag.module_builds
  • Loading branch information
yashvardhannanavati committed Nov 14, 2018
2 parents 02547fb + feb3ce9 commit 1ee63b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estuary/models/koji.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class KojiTag(EstuaryStructuredNode):

builds = RelationshipTo('KojiBuild', 'CONTAINS')
id_ = UniqueIdProperty(db_property='id')
module_builds = RelationshipTo('ModuleKojiBuild', 'CONTAINS', cardinality=ZeroOrOne)
module_builds = RelationshipTo('ModuleKojiBuild', 'CONTAINS')
name = StringProperty()

@property
Expand Down

0 comments on commit 1ee63b5

Please sign in to comment.