From 5ba42c3cd059d725a26b8d4967bc0278208e1e1b Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 28 Dec 2017 13:11:24 +0100 Subject: reimport --- models/player_point.js | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'models/player_point.js') 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 -- cgit v1.3.1