more-allow
This commit is contained in:
@@ -19,6 +19,7 @@ class TopicFollower(Base):
|
||||
|
||||
class Topic(Base):
|
||||
__tablename__ = "topic"
|
||||
__allow_unmapped__ = True
|
||||
|
||||
slug = Column(String, unique=True)
|
||||
title = Column(String, nullable=False, comment="Title")
|
||||
|
Reference in New Issue
Block a user