Skip to content

Commit

Permalink
work in progress, relates to #182
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jun 4, 2017
1 parent 4b0d517 commit dc69be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bauble/plugins/garden/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class Source(db.Base):
# an Accession of known Source (what we are describing here) may be in
# relation to a successful Plant Propagation trial. In this case, the
# Propagation points back to all Accessions that resulted from it, via
# the field `used_source.accession`.
# `used_source[i].accession`. Arguably not practical.
plant_propagation_id = Column(Integer, ForeignKey('propagation.id'))
plant_propagation = relation(
'Propagation', uselist=False,
Expand Down

0 comments on commit dc69be6

Please sign in to comment.