Skip to content

Commit

Permalink
simplify backpopulation in kDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 5, 2017
1 parent 7eb7305 commit 6762fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unihan_db/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ class kDefinition(Base):
char_id = Column(Integer, ForeignKey('Unhn.id'))
definition = Column(String(128))

char = relationship("Unhn", back_populates="kDefinition")
char = relationship("Unhn")

0 comments on commit 6762fb6

Please sign in to comment.