тест 3

This commit is contained in:
2026-04-23 15:07:24 +03:00
parent a13238dc6e
commit 5efabfb7ca
3 changed files with 12 additions and 3 deletions

View File

@@ -61,10 +61,12 @@ def get_match_session_by_token(session_token: str):
ht.id AS home_team_id,
ht.name AS home_team_name,
ht.logo_url AS home_team_logo,
ht.logo_path AS home_team_logo_path,
at.id AS away_team_id,
at.name AS away_team_name,
at.logo_url AS away_team_logo
at.logo_url AS away_team_logo,
at.logo_path AS away_team_logo_path
FROM match_sessions ms
JOIN matches m ON m.id = ms.match_id