]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Do not use an explicit schema
authorAnt Zucaro <azucaro@gmail.com>
Sun, 22 Jan 2012 17:49:43 +0000 (12:49 -0500)
committerAnt Zucaro <azucaro@gmail.com>
Sun, 22 Jan 2012 17:49:43 +0000 (12:49 -0500)
xonstat/views/player.py

index 96c8990f283cf610bcbce6c261ea9cda61368b28..6b9c63b7984807df2eaae897950b14ff5bdee99d 100755 (executable)
@@ -62,7 +62,7 @@ def player_info(request):
                     "select cw.descr, cw.weapon_cd, sum(actual) actual_total, "\r
                     "sum(max) max_total, sum(hit) hit_total, "\r
                     "sum(fired) fired_total, sum(frags) frags_total "\r
-                    "from xonstat.player_weapon_stats ws, xonstat.cd_weapon cw "\r
+                    "from player_weapon_stats ws, cd_weapon cw "\r
                     "where ws.weapon_cd = cw.weapon_cd "\r
                     "and player_id = :player_id "\r
                     "group by descr, cw.weapon_cd "\r