From b580deeb6d890e411fd26fc78bef55427e4755c5 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 21 Aug 2017 19:40:03 +0200 Subject: add more associations for phases --- models/participant_phases.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'models') diff --git a/models/participant_phases.js b/models/participant_phases.js index 3780b90..1fe2be2 100644 --- a/models/participant_phases.js +++ b/models/participant_phases.js @@ -300,6 +300,14 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.INTEGER(10).UNSIGNED, allowNull: false }, + ability_perk_damage_true: { + type: DataTypes.INTEGER(10).UNSIGNED, + allowNull: false + }, + ability_perk_damage_dealt: { + type: DataTypes.INTEGER(10).UNSIGNED, + allowNull: false + }, ability_aa_damage_true: { type: DataTypes.INTEGER(10).UNSIGNED, allowNull: false -- cgit v1.3.1