allow-base

This commit is contained in:
2023-01-31 10:36:54 +03:00
parent 0da0313435
commit b9b7d330d2
5 changed files with 3 additions and 5 deletions

View File

@@ -19,7 +19,6 @@ class TopicFollower(Base):
class Topic(Base):
__tablename__ = "topic"
__allow_unmapped__ = True
slug = Column(String, unique=True)
title = Column(String, nullable=False, comment="Title")