diff options
Diffstat (limited to 'models/player.js')
| -rw-r--r-- | models/player.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/models/player.js b/models/player.js index 8851db7..3f0565b 100644 --- a/models/player.js +++ b/models/player.js @@ -48,7 +48,7 @@ module.exports = function(sequelize, DataTypes) { skill_tier: { type: DataTypes.INTEGER(6), allowNull: true - }, + }/*, trueskill_mu: { type: "DOUBLE", allowNull: true @@ -56,7 +56,7 @@ module.exports = function(sequelize, DataTypes) { trueskill_sigma: { type: "DOUBLE", allowNull: true - } + }*/ }, { tableName: 'player', timestamps: false, |
