0.4.1-following-update

This commit is contained in:
2024-06-05 17:45:55 +03:00
parent 67c299939c
commit 713fb4d62b
8 changed files with 143 additions and 295 deletions

View File

@@ -7,7 +7,7 @@ from orm.author import Author
from services.db import Base
class CommunityAuthor(Base):
class CommunityFollower(Base):
__tablename__ = "community_author"
id = None # type: ignore