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 -------- 1 file changed, 8 deletions(-) (limited to 'models/participant.js') 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', -- cgit v1.3.1