From 18c7a7e85b94000a456a8f99896d59d52e98c302 Mon Sep 17 00:00:00 2001 From: Alexandre Henrique Afonso Campos Date: Sat, 24 May 2025 18:05:09 -0300 Subject: [PATCH] Fix best potential fmc mean --- .../statistics-request-list/best-potential-fmc-mean.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/src/main/resources/statistics-request-list/best-potential-fmc-mean.yml b/server/src/main/resources/statistics-request-list/best-potential-fmc-mean.yml index e15c2cd..71c67d6 100644 --- a/server/src/main/resources/statistics-request-list/best-potential-fmc-mean.yml +++ b/server/src/main/resources/statistics-request-list/best-potential-fmc-mean.yml @@ -48,7 +48,7 @@ queries: round_type_id ) best_results inner join competitions c on best_results.competition_id = c.id - inner join RoundTypes rt on rt.id = best_results.roundTypeId + inner join round_types rt on rt.id = best_results.round_type_id where r1 is not null and r2 is not null @@ -78,7 +78,7 @@ queries: event_id = '333fm' and competition_id = ':COMPETITION_ID' group by - competition_id, roundTypeId) best_results + competition_id, round_type_id) best_results title: Best potential FMC mean explanation: The means are computed by taking the best result for each attempt in the given round. groupName: Events