From f68df5b90b37456b14b82dfbba6d240766d27c4a Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Dec 2017 12:38:08 +0100 Subject: update jsonapi: do not merge jsonapi+flat json; update models --- models/participant_items.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/participant_items.js') diff --git a/models/participant_items.js b/models/participant_items.js index b90fc50..89d2e61 100644 --- a/models/participant_items.js +++ b/models/participant_items.js @@ -45,6 +45,10 @@ 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