From d95b8a5f1708463715e9e86b0121089b49c362bb Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 15 Apr 2017 17:33:47 +0200 Subject: remove role --- models/participant_stats.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'models') diff --git a/models/participant_stats.js b/models/participant_stats.js index e9fd79e..3512cdf 100644 --- a/models/participant_stats.js +++ b/models/participant_stats.js @@ -77,10 +77,6 @@ module.exports = function(sequelize, DataTypes) { type: DataTypes.INTEGER(3).UNSIGNED, allowNull: true }, - role: { - type: DataTypes.ENUM('captain','carry','jungler'), - allowNull: true - }, kda_ratio: { type: "DOUBLE(5,5)", allowNull: true -- cgit v1.3.1