diff options
| author | kvahuja <k.v.ahuja@gmail.com> | 2017-02-19 16:01:10 +0530 |
|---|---|---|
| committer | kvahuja <k.v.ahuja@gmail.com> | 2017-02-19 16:01:10 +0530 |
| commit | d940ad82f7e34576bf6cc6b8a93cbc298765315e (patch) | |
| tree | c117aecbc2276c875edd7a328f15ea872c1c8b64 /queries/participant.sql | |
| parent | fd0c4e67b13ee0d90b579a3d2279ff7a815725c2 (diff) | |
| download | processor-d940ad82f7e34576bf6cc6b8a93cbc298765315e.tar.gz processor-d940ad82f7e34576bf6cc6b8a93cbc298765315e.zip | |
change to how the FK are managed in EORM
Diffstat (limited to 'queries/participant.sql')
| -rw-r--r-- | queries/participant.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/participant.sql b/queries/participant.sql index a84274d..b7685a9 100644 --- a/queries/participant.sql +++ b/queries/participant.sql @@ -1,7 +1,7 @@ SELECT id AS "apiId", -relationships->'player'->'data'->>'id' AS "playerId", +relationships->'player'->'data'->>'id' AS "player_apiId", attributes->>'actor' AS "hero", (attributes->'stats'->>'assists')::int AS "assists", |
