From e4b17f02edfb52b9055dee754bb3b494dc4684bd Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 12 Oct 2017 07:58:28 +0200 Subject: rm ts casual again --- models/participant.js | 8 -------- models/player.js | 8 -------- 2 files changed, 16 deletions(-) (limited to 'models') 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 -- cgit v1.3.1