summaryrefslogtreecommitdiff
path: root/models/global_point_phase.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-11-05 14:51:21 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-11-05 14:51:21 +0100
commite53a7dabcdc5ec81b67e63371bbe247bb25831ca (patch)
treecad88301743fe2746a1457dc992f22b277ac60d6 /models/global_point_phase.js
parent4d374009067e890a4fbebacc5c4852522c3b6965 (diff)
downloadorm-e53a7dabcdc5ec81b67e63371bbe247bb25831ca.tar.gz
orm-e53a7dabcdc5ec81b67e63371bbe247bb25831ca.zip
reimport
Diffstat (limited to 'models/global_point_phase.js')
-rw-r--r--models/global_point_phase.js20
1 files changed, 20 insertions, 0 deletions
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