From 86007965a98e6682efcb4f34ba8d23420aac617b Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 16 May 2017 11:01:23 +0200 Subject: participant_phase changes --- model.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'model.js') diff --git a/model.js b/model.js index 5af8647..d365bbb 100644 --- a/model.js +++ b/model.js @@ -31,6 +31,7 @@ module.exports = (seq, Seq) => { // data stats ParticipantStats = seq.import("./models/participant_stats.js"), + ParticipantPhases = seq.import("./models/participant_phases.js"), // stats aggregations PlayerPoint = seq.import("./models/player_point.js"), @@ -60,7 +61,7 @@ module.exports = (seq, Seq) => { Team, TeamMembership, User, Tournament, TournamentParticipants, Item, Hero, Series, GameMode, Role, Filter, Skilltier, Build, Region, - ParticipantStats, + ParticipantStats, ParticipantPhases, PlayerPoint, GlobalPoint, Gamer, Keys -- cgit v1.3.1