diff options
Diffstat (limited to 'models/match.js')
| -rw-r--r-- | models/match.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/models/match.js b/models/match.js index 4faf015..24a483f 100644 --- a/models/match.js +++ b/models/match.js @@ -36,11 +36,11 @@ module.exports = function(sequelize, DataTypes) { queue: { type: DataTypes.STRING(16), allowNull: false - }, + }/*, trueskill_quality: { type: "DOUBLE", allowNull: true - } + }*/ }, { tableName: 'match', timestamps: false, |
