From 3e04856b75dcdd5cbb9499d17dd7a30245c06698 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Dec 2017 13:41:23 +0100 Subject: reimport --- models/participant_items.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'models/participant_items.js') diff --git a/models/participant_items.js b/models/participant_items.js index 89d2e61..b90fc50 100644 --- a/models/participant_items.js +++ b/models/participant_items.js @@ -45,10 +45,6 @@ module.exports = function(sequelize, DataTypes) { type: "DOUBLE", allowNull: true }, - trueskill_ranked_delta: { - type: "DOUBLE", - allowNull: true - }, any_afk: { type: DataTypes.INTEGER(3).UNSIGNED, allowNull: true -- cgit v1.3.1