test10
This commit is contained in:
@@ -91,7 +91,7 @@ def get_match_lineup_for_editor(
|
||||
COALESCE(p.first_name, '') AS first_name,
|
||||
COALESCE(mlp.number::text, '') AS number,
|
||||
COALESCE(p.position, '') AS position,
|
||||
COALESCE(mlp.is_captain, FALSE) AS is_captain,
|
||||
COALESCE(mlp.is_captain, FALSE) AS is_captain
|
||||
FROM match_lineup_players mlp
|
||||
JOIN players p
|
||||
ON p.id = mlp.player_id
|
||||
|
||||
Reference in New Issue
Block a user