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