Add websckets connection

This commit is contained in:
2026-01-20 17:06:06 +03:00
parent 8167c77a27
commit a690116399
19 changed files with 748 additions and 83 deletions
+2
View File
@@ -9,6 +9,8 @@ from alembic import context
from app.core.database import Base
from app.core.config import settings
from app.users.models import UserModel
from app.chats.models import MessageModel, ChatModel, ParticipantModel
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.