summaryrefslogtreecommitdiff
path: root/models/match.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/match.js')
-rw-r--r--models/match.js4
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',