summaryrefslogtreecommitdiff
path: root/models/player_point.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/player_point.js')
-rw-r--r--models/player_point.js24
1 files changed, 0 insertions, 24 deletions
diff --git a/models/player_point.js b/models/player_point.js
index 84b443b..3b7c363 100644
--- a/models/player_point.js
+++ b/models/player_point.js
@@ -48,30 +48,6 @@ module.exports = function(sequelize, DataTypes) {
type: DataTypes.BIGINT,
allowNull: false
},
- trueskill_max: {
- type: "DOUBLE",
- allowNull: true
- },
- trueskill_ranked_max: {
- type: "DOUBLE",
- allowNull: true
- },
- trueskill_delta: {
- type: "DOUBLE",
- allowNull: true
- },
- trueskill_mu: {
- type: "DOUBLE",
- allowNull: true
- },
- trueskill_sigma: {
- type: "DOUBLE",
- allowNull: true
- },
- elo: {
- type: "DOUBLE",
- allowNull: true
- },
kills: {
type: DataTypes.INTEGER(10).UNSIGNED,
allowNull: true