summaryrefslogtreecommitdiff
path: root/model.js
diff options
context:
space:
mode:
Diffstat (limited to 'model.js')
-rw-r--r--model.js3
1 files changed, 2 insertions, 1 deletions
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