summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/participant_stats.js4
1 files changed, 0 insertions, 4 deletions
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