shout create
This commit is contained in:
@@ -15,7 +15,6 @@ 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, default=False)
|
||||
|
||||
|
||||
class ShoutReactionsFollower(Base):
|
||||
|
Reference in New Issue
Block a user