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, 2 insertions, 2 deletions
diff --git a/models/match.js b/models/match.js
index 24a483f..4faf015 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,