summaryrefslogtreecommitdiff
path: root/models/participant.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-10-12 07:58:28 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-10-12 07:58:28 +0200
commite4b17f02edfb52b9055dee754bb3b494dc4684bd (patch)
treeee3088e6c36cebff8865c13f42a001f92c94ec62 /models/participant.js
parent1c63462e8bfd30fb91c89ac0da91a8e3700f40fb (diff)
downloadorm-e4b17f02edfb52b9055dee754bb3b494dc4684bd.tar.gz
orm-e4b17f02edfb52b9055dee754bb3b494dc4684bd.zip
rm ts casual again
Diffstat (limited to 'models/participant.js')
-rw-r--r--models/participant.js8
1 files changed, 0 insertions, 8 deletions
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',