From 2dff363d07ba120a6739d5471699ed06ec5b575c Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 15 Aug 2017 21:30:58 +0200 Subject: export participant_items --- model.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'model.js') diff --git a/model.js b/model.js index 436a0a3..b0bb70d 100644 --- a/model.js +++ b/model.js @@ -31,6 +31,7 @@ module.exports = (seq, Seq) => { // data stats ParticipantStats = seq.import("./models/participant_stats.js"), + ParticipantItems = seq.import("./models/participant_items.js"), ParticipantPhases = seq.import("./models/participant_phases.js"), // stats aggregations @@ -72,7 +73,7 @@ module.exports = (seq, Seq) => { Team, TeamMembership, User, Tournament, TournamentParticipants, Item, Hero, Series, GameMode, Role, Filter, Skilltier, Build, Region, - ParticipantStats, ParticipantPhases, + ParticipantStats, ParticipantItems, ParticipantPhases, PlayerPoint, GlobalPoint, Gamer, Keys -- cgit v1.3.1