diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-28 13:26:00 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-05-28 13:26:00 +0200 |
| commit | 2f54618895f80afc26e738f06aebb88fda6342f7 (patch) | |
| tree | 8c03cdf863ea7113c13b7cc102fc284820cfcc48 /models/match.js | |
| parent | a03537c059e3da0ce547d0e0913b1d10018c24df (diff) | |
| download | orm-2f54618895f80afc26e738f06aebb88fda6342f7.tar.gz orm-2f54618895f80afc26e738f06aebb88fda6342f7.zip | |
disable trueskill, waiting for migrations on prod
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, |
