diff options
Diffstat (limited to 'models/participant.js')
| -rw-r--r-- | models/participant.js | 4 |
1 files changed, 2 insertions, 2 deletions
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, |
