тест 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user