тест 6
This commit is contained in:
@@ -210,7 +210,8 @@ def get_vmix_schedule(session_token: str):
|
||||
m.away_score,
|
||||
m.match_date,
|
||||
m.status,
|
||||
m.id
|
||||
m.id,
|
||||
m.chanell
|
||||
FROM matches m
|
||||
LEFT JOIN teams t1 ON m.home_team_id = t1.id
|
||||
LEFT JOIN teams t2 ON m.away_team_id = t2.id
|
||||
|
||||
Reference in New Issue
Block a user