summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/participant.js8
-rw-r--r--models/player.js8
2 files changed, 0 insertions, 16 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',
diff --git a/models/player.js b/models/player.js
index 9441953..11e5db3 100644
--- a/models/player.js
+++ b/models/player.js
@@ -61,14 +61,6 @@ module.exports = function(sequelize, DataTypes) {
type: "DOUBLE",
allowNull: true
},
- trueskill_casual_mu: {
- type: "DOUBLE",
- allowNull: true
- },
- trueskill_casual_sigma: {
- type: "DOUBLE",
- allowNull: true
- },
trueskill_ranked_mu: {
type: "DOUBLE",
allowNull: true