@ -13,7 +13,6 @@ query_frames <- "
SELECT
f.coins, CAST((f.elapsed_time / 1000) AS INT)
FROM game g
LEFT JOIN player p ON (p.id = g.player_id)
LEFT JOIN frame f ON (f.game_id = g.id)
WHERE (
f.id = (
The note is not visible to the blocked user.