summaryrefslogtreecommitdiff
path: root/models/match.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-28 13:26:00 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-28 13:26:00 +0200
commit2f54618895f80afc26e738f06aebb88fda6342f7 (patch)
tree8c03cdf863ea7113c13b7cc102fc284820cfcc48 /models/match.js
parenta03537c059e3da0ce547d0e0913b1d10018c24df (diff)
downloadorm-2f54618895f80afc26e738f06aebb88fda6342f7.tar.gz
orm-2f54618895f80afc26e738f06aebb88fda6342f7.zip
disable trueskill, waiting for migrations on prod
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 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,