From e53a7dabcdc5ec81b67e63371bbe247bb25831ca Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 5 Nov 2017 14:51:21 +0100 Subject: reimport --- models/global_point_phase.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'models/global_point_phase.js') diff --git a/models/global_point_phase.js b/models/global_point_phase.js index baa308d..ab4c22d 100644 --- a/models/global_point_phase.js +++ b/models/global_point_phase.js @@ -252,6 +252,14 @@ module.exports = function(sequelize, DataTypes) { type: "DOUBLE", allowNull: true }, + heal_heal_ally: { + type: "DOUBLE", + allowNull: true + }, + heal_healed_ally: { + type: "DOUBLE", + allowNull: true + }, heal_heal_other: { type: "DOUBLE", allowNull: true @@ -268,6 +276,18 @@ module.exports = function(sequelize, DataTypes) { type: "DOUBLE", allowNull: true }, + heal_rcvd_healed_vamp: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_heal_ally: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_healed_ally: { + type: "DOUBLE", + allowNull: true + }, heal_rcvd_heal_other: { type: "DOUBLE", allowNull: true -- cgit v1.3.1