Fix typo in commented out code

This commit is contained in:
Edward Betts 2021-06-24 18:39:09 +02:00
parent 7ca1229380
commit c563d440fc
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class Item(Base):
# item_id = Column(Integer, primary_key=True)
# property_id = Column(Integer, primary_key=True)
# position = Column(Integer, primary_key=True)
# mainsnak = Column(postgresql.JSONBB)
# mainsnak = Column(postgresql.JSONB)
class ItemIsA(Base):
__tablename__ = 'item_isa'