тест 7

This commit is contained in:
2026-05-15 14:23:17 +03:00
parent d8a31442c9
commit a8947556a5
2 changed files with 1 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ def get_vmix_schedule(session_token: str):
m.match_date,
m.status,
m.id,
m.chanell
m.channel
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