From 6046f9fab3df7f3f8a9572e06b8d23a10f21e76b Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 11 Oct 2017 19:50:34 +0200 Subject: reimport --- models/global_point_phase.js | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'models/global_point_phase.js') diff --git a/models/global_point_phase.js b/models/global_point_phase.js index 952a814..baa308d 100644 --- a/models/global_point_phase.js +++ b/models/global_point_phase.js @@ -244,6 +244,38 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.BIGINT, allowNull: false }, + heal_heal_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_healed_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_heal_other: { + type: "DOUBLE", + allowNull: true + }, + heal_healed_other: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_heal_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_healed_hero: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_heal_other: { + type: "DOUBLE", + allowNull: true + }, + heal_rcvd_healed_other: { + type: "DOUBLE", + allowNull: true + }, item_001_use: { type: DataTypes.BIGINT, allowNull: false -- cgit v1.3.1