summaryrefslogtreecommitdiff
path: root/models/participant_stats.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-04-15 17:33:47 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-04-15 17:33:47 +0200
commitd95b8a5f1708463715e9e86b0121089b49c362bb (patch)
tree4c1307faedc4873013755a484dd87aeddbf4c426 /models/participant_stats.js
parentcb1a855f34bd12464a4e80cc03c096a323a02818 (diff)
downloadorm-d95b8a5f1708463715e9e86b0121089b49c362bb.tar.gz
orm-d95b8a5f1708463715e9e86b0121089b49c362bb.zip
remove role
Diffstat (limited to 'models/participant_stats.js')
-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