forked from edward/owl-map
Fix typo in commented out code
This commit is contained in:
parent
7ca1229380
commit
c563d440fc
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue