remove message table

This commit is contained in:
knst-kotov
2022-01-24 17:08:30 +03:00
parent 34b48cbc90
commit 77759f620d
3 changed files with 2 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
from orm import Message, User
from orm import User
from orm.base import local_session
from resolvers.base import mutation, query, subscription