diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 17:33:47 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-04-15 17:33:47 +0200 |
| commit | d95b8a5f1708463715e9e86b0121089b49c362bb (patch) | |
| tree | 4c1307faedc4873013755a484dd87aeddbf4c426 | |
| parent | cb1a855f34bd12464a4e80cc03c096a323a02818 (diff) | |
| download | orm-d95b8a5f1708463715e9e86b0121089b49c362bb.tar.gz orm-d95b8a5f1708463715e9e86b0121089b49c362bb.zip | |
remove role
| -rw-r--r-- | models/participant_stats.js | 4 |
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 |
