This commit is contained in:
parent
0b69b0b856
commit
d37f68869c
|
@ -17,6 +17,7 @@ class ShoutTopic(Base):
|
|||
id = None # type: ignore
|
||||
shout = Column(ForeignKey("shout.id"), primary_key=True, index=True)
|
||||
topic = Column(ForeignKey("topic.id"), primary_key=True, index=True)
|
||||
main = Column(Boolean, nullable=True)
|
||||
|
||||
|
||||
class ShoutReactionsFollower(Base):
|
||||
|
|
Loading…
Reference in New Issue
Block a user