From: Ant Zucaro Date: Sun, 30 Apr 2017 12:37:34 +0000 (-0400) Subject: Add category to player_ranks and its history. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8521a2b015ca13e27964519042ac0d40cf030e59;p=xonotic%2Fxonstatdb.git Add category to player_ranks and its history. --- diff --git a/scripts/update_ranks.sql b/scripts/update_ranks.sql index 575bd2c..2f34040 100644 --- a/scripts/update_ranks.sql +++ b/scripts/update_ranks.sql @@ -14,7 +14,7 @@ begin; where p.player_id = pe.player_id and p.active_ind = True and pe.active_ind = True - and pe.games >= 32 + --and pe.games >= 32 and pe.elo > 100; end;