From 2f54618895f80afc26e738f06aebb88fda6342f7 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 28 May 2017 13:26:00 +0200 Subject: disable trueskill, waiting for migrations on prod --- models/participant.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'models/participant.js') diff --git a/models/participant.js b/models/participant.js index f545fb3..5791b56 100644 --- a/models/participant.js +++ b/models/participant.js @@ -84,7 +84,7 @@ module.exports = function(sequelize, DataTypes) { winner: { type: DataTypes.INTEGER(1), allowNull: false - }, + }/*, trueskill_mu: { type: "DOUBLE", allowNull: true @@ -92,7 +92,7 @@ module.exports = function(sequelize, DataTypes) { trueskill_sigma: { type: "DOUBLE", allowNull: true - } + }*/ }, { tableName: 'participant', timestamps: false, -- cgit v1.3.1