diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-12-28 13:11:24 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-12-28 13:11:24 +0100 |
| commit | 5ba42c3cd059d725a26b8d4967bc0278208e1e1b (patch) | |
| tree | 177db297d1510d93a0a80ee088edb45cf26d8848 /models/player_point.js | |
| parent | ad1ad2e29d829acfcba04cd242ad04412ef1e2e7 (diff) | |
| download | orm-5ba42c3cd059d725a26b8d4967bc0278208e1e1b.tar.gz orm-5ba42c3cd059d725a26b8d4967bc0278208e1e1b.zip | |
reimport
Diffstat (limited to 'models/player_point.js')
| -rw-r--r-- | models/player_point.js | 24 |
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 |
