From 5728d5af42984bca49e30528d77c15169e4bcce0 Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 12 Jun 2017 15:50:39 +0200 Subject: 2.7.0 phase changes --- models/participant_phases.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'models/participant_phases.js') diff --git a/models/participant_phases.js b/models/participant_phases.js index c380de3..4d45e02 100644 --- a/models/participant_phases.js +++ b/models/participant_phases.js @@ -271,6 +271,18 @@ module.exports = function(sequelize, DataTypes) { player_damage: { type: DataTypes.STRING(191), allowNull: true + }, + draft_position: { + type: DataTypes.INTEGER(11), + allowNull: true + }, + ban: { + type: DataTypes.INTEGER(11), + allowNull: true + }, + pick: { + type: DataTypes.INTEGER(11), + allowNull: true } }, { tableName: 'participant_phases', -- cgit v1.3.1