diff options
Diffstat (limited to 'models/participant.js')
| -rw-r--r-- | models/participant.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/models/participant.js b/models/participant.js index 1c46bf4..2f208df 100644 --- a/models/participant.js +++ b/models/participant.js @@ -101,14 +101,6 @@ module.exports = function(sequelize, DataTypes) { nacl_score: { type: "DOUBLE", allowNull: true - }, - trueskill_casual_mu: { - type: "DOUBLE", - allowNull: true - }, - trueskill_casual_sigma: { - type: "DOUBLE", - allowNull: true } }, { tableName: 'participant', |
