This commit is contained in:
parent
04dedaa3a3
commit
20e1fa989a
|
@ -48,7 +48,7 @@ class ShoutAuthor(Base):
|
||||||
caption = Column(String, nullable=True, default="")
|
caption = Column(String, nullable=True, default="")
|
||||||
|
|
||||||
|
|
||||||
class ShoutCommunity:
|
class ShoutCommunity(Base):
|
||||||
__tablename__ = "shout_community"
|
__tablename__ = "shout_community"
|
||||||
|
|
||||||
id = None # type: ignore
|
id = None # type: ignore
|
||||||
|
|
Loading…
Reference in New Issue
Block a user