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

@@ -18,7 +18,6 @@ class CommunityFollower(Base):
class Community(Base):
__tablename__ = "community"
__allow_unmapped__ = True
name = Column(String, nullable=False, comment="Name")
slug = Column(String, nullable=False, unique=True, comment="Slug")