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

@@ -41,7 +41,6 @@ class ShoutAuthor(Base):
class Shout(Base):
__tablename__ = "shout"
__allow_unmapped__ = True
slug = Column(String, unique=True)
community = Column(ForeignKey("community.id"), default=1)