diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-07 19:51:18 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-11-07 19:51:18 +0100 |
| commit | dd1bad2c9fbde3eeca6f1bba4a71a7a3e3b2f97e (patch) | |
| tree | 0bc57aabd300106a139d8848746df09603b935af | |
| parent | 6f0e084044692e133eeaa392d500dcd09a7dcacf (diff) | |
| download | reaper-release/2.20.0.tar.gz reaper-release/2.20.0.zip | |
add heal columnsHEADrelease/2.20.0masterdevelop
| -rw-r--r-- | worker.js | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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", |
