From dd1bad2c9fbde3eeca6f1bba4a71a7a3e3b2f97e Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 7 Nov 2017 19:51:18 +0100 Subject: add heal columns --- worker.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/worker.js b/worker.js index 13a4ff5..13531d7 100644 --- a/worker.js +++ b/worker.js @@ -139,8 +139,14 @@ amqp.connect(RABBITMQ_URI).then(async (rabbit) => { "hero_level", /* scores, */ "draft_position", "ban", "pick", + "heal_heal_hero", "heal_healed_hero", "heal_heal_ally", "heal_healed_ally", + "heal_heal_other", "heal_healed_other", "heal_rcvd_heal_hero", "heal_rcvd_healed_hero", + "heal_rcvd_heal_ally", "heal_rcvd_healed_ally", + "heal_rcvd_healed_vamp", + "heal_rcvd_heal_other", "heal_rcvd_healed_other", /*seq.fn("COLUMN_JSON", "items"),*/ [ seq.cast(seq.fn("COLUMN_JSON", seq.col("participant_phases.item_grants")), "char"), "item_grants" ], + "item_grants_inorder", [ seq.cast(seq.fn("COLUMN_JSON", seq.col("participant_phases.item_sells")), "char"), "item_sells" ], "ability_a_use", "ability_b_use", "ability_c_use", "ability_a_damage_true", "ability_a_damage_dealt", -- cgit v1.3.1