summaryrefslogtreecommitdiff
path: root/model.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-16 11:01:23 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-16 11:01:23 +0200
commit86007965a98e6682efcb4f34ba8d23420aac617b (patch)
tree8e8eadc2e573d3aa26473bcabb26471f207f6b25 /model.js
parent3948fe1ad7e651a0f6c7e6922f1f159518e37dd1 (diff)
downloadorm-86007965a98e6682efcb4f34ba8d23420aac617b.tar.gz
orm-86007965a98e6682efcb4f34ba8d23420aac617b.zip
participant_phase changes
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