schema-inbox-fix

This commit is contained in:
2022-11-09 14:46:00 +03:00
parent 5bf3621724
commit b62211e05f
4 changed files with 15 additions and 15 deletions

View File

@@ -4,11 +4,12 @@ from dateutil.parser import parse as date_parse
from base.orm import local_session
from migration.html2text import html2text
from orm.user import User
from orm.topic import TopicFollower
from orm.reaction import Reaction, ReactionKind
from services.stat.reacted import ReactedStorage
from orm.shout import ShoutReactionsFollower
from orm.topic import TopicFollower
from orm.user import User
from services.stat.reacted import ReactedStorage
ts = datetime.now()