Skip to content

Commit

Permalink
Merge pull request #8 from MinaFoundation/update-max-score-to-comply-…
Browse files Browse the repository at this point in the history
…with-pm-1592

PM-1592 update max-score count
  • Loading branch information
piotr-iohk authored May 8, 2024
2 parents 2535b01 + 84ceeb9 commit f0e13dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getPageDataForSnark.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
SELECT COUNT(1), to_char(to_timestamp(end_epoch), 'DD-MM-YYYY hh24:mi') as last_modified
FROM bot_logs , recentone
WHERE batch_start_epoch >= start_epoch and batch_end_epoch <= end_epoch
AND files_processed > 0
AND files_processed > -1
group by 2 ";

$maxScoreSnarkresult = pg_query($conn, $maxScoreSnark);
Expand Down

0 comments on commit f0e13dc

Please sign in to comment.