тест 6

This commit is contained in:
2026-05-15 14:19:26 +03:00
parent 761f46a932
commit d8a31442c9
4 changed files with 80 additions and 4 deletions

View File

@@ -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