summaryrefslogtreecommitdiff
path: root/queries/match.sql
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-02-20 17:33:26 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-02-20 17:33:26 +0100
commit9ae212a23754035be50e9125a7966544e2d525fb (patch)
tree1df324865462eedf89a3efd44d7f0282e55298da /queries/match.sql
parent0a0acb5ad79cd1a15c5c715fa5f6abae0dc25736 (diff)
downloadprocessor-9ae212a23754035be50e9125a7966544e2d525fb.tar.gz
processor-9ae212a23754035be50e9125a7966544e2d525fb.zip
update queries to work with vainsocial.com#develop
Diffstat (limited to 'queries/match.sql')
-rw-r--r--queries/match.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/match.sql b/queries/match.sql
index 2963172..5dfa692 100644
--- a/queries/match.sql
+++ b/queries/match.sql
@@ -7,9 +7,9 @@ attributes->>'gameMode' AS "gameMode",
COALESCE(NULLIF(attributes->>'patchVersion', ''), '0') AS "patchVersion",
attributes->>'shardId' AS "shardId",
attributes->'stats'->>'endGameReason' AS "endGameReason",
-attributes->'stats'->>'queue' AS "queue",
+attributes->'stats'->>'queue' AS "queue" --,
-relationships->'rosters'->'data'->0->>'id' as roster_1,
-relationships->'rosters'->'data'->1->>'id' as roster_2
+--relationships->'rosters'->'data'->0->>'id' as "roster_1",
+--relationships->'rosters'->'data'->1->>'id' as "roster_2"
FROM "match"