]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Add category to player_ranks and its history.
authorAnt Zucaro <azucaro@gmail.com>
Sun, 30 Apr 2017 12:37:34 +0000 (08:37 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 30 Apr 2017 12:37:34 +0000 (08:37 -0400)
scripts/update_ranks.sql

index 575bd2c4b19f91a1b8283c592eb69e412724e9e5..2f34040e417a912664ae173dff997b7067d71068 100644 (file)
@@ -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;