allow-base
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user