This commit is contained in:
parent
ab388af35f
commit
e0a44ae199
|
@ -40,6 +40,6 @@ class Reaction(Base):
|
||||||
quote = Column(String, nullable=True, comment="Original quoted text")
|
quote = Column(String, nullable=True, comment="Original quoted text")
|
||||||
shout = Column(ForeignKey("shout.id"), nullable=False)
|
shout = Column(ForeignKey("shout.id"), nullable=False)
|
||||||
created_by = Column(ForeignKey("author.id"), nullable=False)
|
created_by = Column(ForeignKey("author.id"), nullable=False)
|
||||||
kind = Column(String, nullable=False)
|
kind = Column(String, nullable=False, index=True)
|
||||||
|
|
||||||
oid = Column(String)
|
oid = Column(String)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user